8000 use mplDeprecation convention · matplotlib/matplotlib@6511650 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6511650

Browse files
ivanovdmcdougall
authored andcommitted
use mplDeprecation convention
1 parent d277c4e commit 6511650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/mpl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import warnings
2-
from matplotlib import MatplotlibDeprecationWarning as mDeprecation
2+
from matplotlib import MatplotlibDeprecationWarning as mplDeprecation
33
warnings.warn(
44
"matplotlib.mpl is deprecated and will be removed in the next release."
5-
"Please use `import matplotlib as mpl` instead", mDeprecation)
5+
"Please use `import matplotlib as mpl` instead", mplDeprecation)
66
from matplotlib import artist
77
from matplotlib import axis
88
from matplotlib import axes

0 commit comments

Comments
 (0)
0