8000 Temp commit · matplotlib/matplotlib@37a605f · GitHub
[go: up one dir, main page]

Skip to content

Commit 37a605f

Browse files
committed
Temp commit
1 parent 14881c7 commit 37a605f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/docstring.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from matplotlib._docstring import * # noqa: F401, F403
22
from matplotlib import _api
33
_api.warn_deprecated(
4-
"3.6", message="The module %(name)s is deprecated since %(since)s.",
5-
name=f"{__name__}")
4+
"3.6", obj_type='module', name=f"{__name__}")

0 commit comments

Comments
 (0)
0