8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14881c7 commit 37a605fCopy full SHA for 37a605f
lib/matplotlib/docstring.py
@@ -1,5 +1,4 @@
1
from matplotlib._docstring import * # noqa: F401, F403
2
from matplotlib import _api
3
_api.warn_deprecated(
4
- "3.6", message="The module %(name)s is deprecated since %(since)s.",
5
- name=f"{__name__}")
+ "3.6", obj_type='module', name=f"{__name__}")
0 commit comments