فهرست منبع

fixed spelling mistake in example docstring

tobias47n9e 10 سال پیش
والد
کامیت
06485fb73e
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      examples/pygi_mpl_numpy/pygi_test.py

+ 2 - 2
examples/pygi_mpl_numpy/pygi_test.py

@@ -3,8 +3,8 @@
 """
 This test program utilizes the Python bindings for GTK3 (PyGI or PyGObject).
 
-The program conists of a windows with a button that closes the windows when
-clicked. The windows also shows a matplotlib plot. The plot is based on this
+The program conists 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
 """