Skip to content

Commit 3a7c3e3

Browse files
Highted .cbook.warn_deprecated() in contributing.rst
Highted .cbook.warn_deprecated() in contributing.rst
1 parent 9f821e4 commit 3a7c3e3

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)