Skip to content

Commit 5e8cfd7

Browse files
authored
typo: strings-and-the-backslashes
1 parent 19d4b07 commit 5e8cfd7

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
@@ -1343,7 +1343,7 @@ True
13431343
```py
13441344
>>> r'wt\"f' == 'wt\\"f'
13451345
True
1346-
>>> print(repr(r'wt\"f')
1346+
>>> print(repr(r'wt\"f'))
13471347
'wt\\"f'
13481348
13491349
>>> print("\n")

0 commit comments

Comments
 (0)