Skip to content

Commit a85b667

Browse files
authored
Merge pull request #553 from goldvitaly/patch-1
Added r""" to the docstring to avoid warnings in python3
2 parents 3d4c843 + 5f94572 commit a85b667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/past/types/oldstr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __instancecheck__(cls, instance):
2020

2121

2222
def unescape(s):
23-
"""
23+
r"""
2424
Interprets strings with escape sequences
2525
2626
Example:

0 commit comments

Comments
 (0)