Skip to content

Commit ae80997

Browse files
committed
Fix typo. Thanks to Sandro Tosi.
svn path=/branches/v0_98_5_maint/; revision=7001
1 parent c551a41 commit ae80997

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/users/screenshots.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Pie charts
8282
==========
8383

8484
The :func:`~matplotlib.pyplot.pie` command
85-
uses a matlab(TM) compatible syntax to produce py charts. Optional
85+
uses a matlab(TM) compatible syntax to produce pie charts. Optional
8686
features include auto-labeling the percentage of area, exploding one
8787
or more wedges out from the center of the pie, and a shadow effect.
8888
Take a close look at the attached code that produced this figure; nine
@@ -268,6 +268,3 @@ matplotlib in a wx application, see
268268
:ref:`user_interfaces-mpl_with_glade`.
269269

270270
.. image:: ../_static/eeg_small.png
271-
272-
273-

0 commit comments

Comments
 (0)