소스 검색

docs: fix simple typo, conists -> consists

There is a small typo in examples/pygi_mpl_numpy/pygi_test.py.

Closes #229
Tim Gates 3 년 전
부모
커밋
7ef85a5921
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/pygi_mpl_numpy/pygi_test.py

+ 1 - 1
examples/pygi_mpl_numpy/pygi_test.py

@@ -3,7 +3,7 @@
 """
 This test program utilizes the Python bindings for GTK3 (PyGI or PyGObject).
 
-The program conists of a window with a button that closes the window when
+The program consists of a window with a button that closes the window when
 clicked. The window also shows a matplotlib plot. The plot is based on this
 example: http://matplotlib.org/examples/pie_and_polar_charts/polar_bar_demo.html
 """