Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0df93e8

Browse files
Update doc/devel/contributing.rst
Co-Authored-By: Tim Hoffmann <[email protected]>
1 parent 3a7c3e3 commit 0df93e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ prevent unexpected breaking of code that uses Matplotlib.
327327
- If possible, usage of an deprecated API should emit a
328328
`.MatplotlibDeprecationWarning`. There are a number of helper tools for this:
329329

330-
- Use ``.cbook.warn_deprecated()`` for general deprecation warnings.
330+
- Use ``cbook.warn_deprecated()`` for general deprecation warnings.
331331
- Use the decorator ``@cbook.deprecated`` to deprecate classes, functions,
332332
methods, or properties.
333333
- To warn on changes of the function signature, use the decorators

0 commit comments

Comments
 (0)