Skip to content

Commit 93d7fb9

Browse files
authored
Merge pull request #316 from raigorx/patch-2
typo: strings-and-the-backslashes
2 parents d2673bb + 5e8cfd7 commit 93d7fb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ True
13441344
```py
13451345
>>> r'wt\"f' == 'wt\\"f'
13461346
True
1347-
>>> print(repr(r'wt\"f')
1347+
>>> print(repr(r'wt\"f'))
13481348
'wt\\"f'
13491349
13501350
>>> print("\n")

0 commit comments

Comments
 (0)