Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d2cf6c

Browse files
committed
Fix a couple typos.
svn path=/trunk/matplotlib/; revision=6820
1 parent 913105f commit 2d2cf6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/users/shell.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Using matplotlib in a python shell
55
**********************************
66

77
By default, matplotlib defers drawing until the end of the script
8-
because drawing can be an expensive opertation, and you may not want
8+
because drawing can be an expensive operation, and you may not want
99
to update the plot every time a single property is changed, only once
1010
after all the properties have changed.
1111

@@ -103,7 +103,7 @@ Controlling interactive updating
103103

104104
The *interactive* property of the pyplot interface controls whether a
105105
figure canvas is drawn on every pyplot command. If *interactive* is
106-
*False*, then the figure state is updated on every plot commands, but
106+
*False*, then the figure state is updated on every plot command, but
107107
will only be drawn on explicit calls to
108108
:func:`~matplotlib.pyplot.draw`. When *interactive* is
109109
*True*, then every pyplot command triggers a draw.

0 commit comments

Comments
 (0)