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 7c9d4a6 commit f08a0fbCopy full SHA for f08a0fb
boilerplate.py
@@ -57,7 +57,7 @@ def %(func)s(%(argspec)s):
57
if hold is not None:
58
%(ax)s._hold = hold
59
from matplotlib.cbook import mplDeprecation
60
- warnings.warn("The 'hold' kwarg is deprecated since 2.0.",
+ warnings.warn("The 'hold' keyword argument is deprecated since 2.0.",
61
mplDeprecation)
62
try:
63
%(ret)s = %(ax)s.%(func)s(%(call)s)
0 commit comments