Skip to content

Commit

Permalink
Merge pull request #316 from raigorx/patch-2
Browse files Browse the repository at this point in the history
typo: strings-and-the-backslashes
  • Loading branch information
satwikkansal authored Oct 11, 2024
2 parents d2673bb + 5e8cfd7 commit 93d7fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ True
```py
>>> r'wt\"f' == 'wt\\"f'
True
>>> print(repr(r'wt\"f')
>>> print(repr(r'wt\"f'))
'wt\\"f'

>>> print("\n")
Expand Down

0 comments on commit 93d7fb9

Please sign in to comment.