|
From: <ry...@us...> - 2009-02-06 02:48:29
|
Revision: 6886
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6886&view=rev
Author: ryanmay
Date: 2009-02-06 02:48:19 +0000 (Fri, 06 Feb 2009)
Log Message:
-----------
Fix missing colon in reference to patches. Thanks to Sandro Tosi.
Modified Paths:
--------------
branches/v0_98_5_maint/lib/matplotlib/__init__.py
Modified: branches/v0_98_5_maint/lib/matplotlib/__init__.py
===================================================================
--- branches/v0_98_5_maint/lib/matplotlib/__init__.py 2009-02-05 18:00:52 UTC (rev 6885)
+++ branches/v0_98_5_maint/lib/matplotlib/__init__.py 2009-02-06 02:48:19 UTC (rev 6886)
@@ -36,7 +36,7 @@
defines the :class:`~matplotlib.lines.Line2D` class for
drawing lines and markers
- :mod`matplotlib.patches`
+ :mod:`matplotlib.patches`
defines classes for drawing polygons
:mod:`matplotlib.text`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|