瀏覽代碼

Merge pull request #63 from daleathan/patch-1

Spelling of consists
Thomas Kluyver 9 年之前
父節點
當前提交
a1dd06a2e3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/pygi_mpl_numpy/README.rst

+ 1 - 1
examples/pygi_mpl_numpy/README.rst

@@ -1,6 +1,6 @@
 This example shows how to package a program that uses the PyGI-bindings of Gtk (or PyGObject). Python 3.4.3 64-bit will be used together with 64-bit dependencies.
 
-The example program conists of a window with a matplotlib-plot and a button that triggers the window to close.
+The example program consists of a window with a matplotlib-plot and a button that triggers the window to close.
 
 Requirements
 ------------