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

Skip to content

Commit 4e4b94f

Browse files
committed
[ 2033106 ] Wrong exception raised (typo) in axes3d.py
svn path=/trunk/matplotlib/; revision=5977
1 parent 5b607bb commit 4e4b94f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/axes3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
raise NotImplmentedError('axes3d is not supported in matplotlib-0.98. You may want to try the 0.91.x maintenance branch')
1+
raise NotImplementedError('axes3d is not supported in matplotlib-0.98. You may want to try the 0.91.x maintenance branch')

0 commit comments

Comments
 (0)