|
From: <md...@us...> - 2008-06-13 14:58:22
|
Revision: 5507
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5507&view=rev
Author: mdboom
Date: 2008-06-13 07:57:50 -0700 (Fri, 13 Jun 2008)
Log Message:
-----------
Fix typo in docstring.
Modified Paths:
--------------
trunk/matplotlib/doc/sphinxext/ipython_console_highlighting.py
Modified: trunk/matplotlib/doc/sphinxext/ipython_console_highlighting.py
===================================================================
--- trunk/matplotlib/doc/sphinxext/ipython_console_highlighting.py 2008-06-13 14:57:01 UTC (rev 5506)
+++ trunk/matplotlib/doc/sphinxext/ipython_console_highlighting.py 2008-06-13 14:57:50 UTC (rev 5507)
@@ -13,7 +13,7 @@
Tracebacks are not currently supported.
- .. sourcecode:: pycon
+ .. sourcecode:: ipython
In [1]: a = 'foo'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|