|
From: <md...@us...> - 2008-08-05 19:32:50
|
Revision: 5977
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5977&view=rev
Author: mdboom
Date: 2008-08-05 19:32:44 +0000 (Tue, 05 Aug 2008)
Log Message:
-----------
[ 2033106 ] Wrong exception raised (typo) in axes3d.py
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/axes3d.py
Modified: trunk/matplotlib/lib/matplotlib/axes3d.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/axes3d.py 2008-08-05 19:02:30 UTC (rev 5976)
+++ trunk/matplotlib/lib/matplotlib/axes3d.py 2008-08-05 19:32:44 UTC (rev 5977)
@@ -1 +1 @@
-raise NotImplmentedError('axes3d is not supported in matplotlib-0.98. You may want to try the 0.91.x maintenance branch')
+raise NotImplementedError('axes3d is not supported in matplotlib-0.98. You may want to try the 0.91.x maintenance branch')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|