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

Skip to content

Commit 7ecca63

Browse files
committed
Fix an invalid escape sequence.
1 parent 97c4399 commit 7ecca63

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
@@ -1510,7 +1510,7 @@ def setp(obj, *args, **kwargs):
15101510

15111511

15121512
def kwdoc(artist):
1513-
"""
1513+
r"""
15141514
Inspect an `~matplotlib.artist.Artist` class and return
15151515
information about its settable properties and their current values.
15161516

0 commit comments

Comments
 (0)