Thanks to visit codestin.com Credit goes to github.com
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 3a7c3e3 commit 0df93e8Copy full SHA for 0df93e8
doc/devel/contributing.rst
@@ -327,7 +327,7 @@ prevent unexpected breaking of code that uses Matplotlib.
327
- If possible, usage of an deprecated API should emit a
328
`.MatplotlibDeprecationWarning`. There are a number of helper tools for this:
329
330
- - Use ``.cbook.warn_deprecated()`` for general deprecation warnings.
+ - Use ``cbook.warn_deprecated()`` for general deprecation warnings.
331
- Use the decorator ``@cbook.deprecated`` to deprecate classes, functions,
332
methods, or properties.
333
- To warn on changes of the function signature, use the decorators
0 commit comments