Skip to content

Commit

Permalink
Avoid DeprecationWarning caused by invalid escape
Browse files Browse the repository at this point in the history
Fixes: #479
  • Loading branch information
ssbarnea committed Jul 3, 2019
1 parent e12549c commit e4b7fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/past/types/oldstr.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __instancecheck__(cls, instance):


def unescape(s):
"""
r"""
Interprets strings with escape sequences
Example:
Expand Down

0 comments on commit e4b7fa1

Please sign in to comment.