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

Skip to content

Commit 6ca7268

Browse files
committed
fix depreciate -> deprecate
1 parent 30c1683 commit 6ca7268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_qt4agg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def print_figure(self, *args, **kwargs):
172172

173173
class NavigationToolbar2QTAgg(NavigationToolbar2QT):
174174
def __init__(*args, **kwargs):
175-
warnings.warn('This class has been depreciated in 1.4 ' +
175+
warnings.warn('This class has been deprecated in 1.4 ' +
176176
'as it has no additional functionality over ' +
177177
'`NavigationToolbar2QT`. Please change your code to '
178178
'use `NavigationToolbar2QT` instead',

0 commit comments

Comments
 (0)