Revision: 6820
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6820&view=rev
Author:   ryanmay
Date:     2009-01-23 16:24:35 +0000 (Fri, 23 Jan 2009)

Log Message:
-----------
Fix a couple typos.

Modified Paths:
--------------
    trunk/matplotlib/doc/users/shell.rst

Modified: trunk/matplotlib/doc/users/shell.rst
===================================================================
--- trunk/matplotlib/doc/users/shell.rst        2009-01-22 03:12:53 UTC (rev 
6819)
+++ trunk/matplotlib/doc/users/shell.rst        2009-01-23 16:24:35 UTC (rev 
6820)
@@ -5,7 +5,7 @@
 **********************************
 
 By default, matplotlib defers drawing until the end of the script
-because drawing can be an expensive opertation, and you may not want
+because drawing can be an expensive operation, and you may not want
 to update the plot every time a single property is changed, only once
 after all the properties have changed.
 
@@ -103,7 +103,7 @@
 
 The *interactive* property of the pyplot interface controls whether a
 figure canvas is drawn on every pyplot command.  If *interactive* is
-*False*, then the figure state is updated on every plot commands, but
+*False*, then the figure state is updated on every plot command, but
 will only be drawn on explicit calls to
 :func:`~matplotlib.pyplot.draw`.  When  *interactive* is
 *True*, then every pyplot command triggers a draw.


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to