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

Skip to content

Commit 5a0407e

Browse files
authored
Merge pull request #11969 from QuLogic/ies
FIX: Fix an invalid escape sequence.
2 parents 97c4399 + 7ecca63 commit 5a0407e

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)