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.
2 parents 18e2544 + 0df93e8 commit 3b779dfCopy full SHA for 3b779df
1 file changed
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