Browse Source

Spelling of consists

Dale Athanasias 9 years ago
parent
commit
941346d73c
1 changed files with 1 additions and 1 deletions
  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
 ------------