8000 Fix invalid escape in docstring. · matplotlib/matplotlib@62e401a · GitHub
[go: up one dir, main page]

Skip to content

Commit 62e401a

Browse files
committed
Fix invalid escape in docstring.
(A bit below, the docstring contains ``` an iterable of `Artist`\s ``` )
1 parent 1a40221 commit 62e401a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/artist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ def setp(obj, *args, **kwargs):
15861586

15871587

15881588
def kwdoc(artist):
1589-
"""
1589+
r"""
15901590
Inspect an `~matplotlib.artist.Artist` class and return
15911591
information about its settable properties and their current values.
15921592

0 commit comments

Comments
 (0)
0