mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
typo: strings-and-the-backslashes
This commit is contained in:
parent
19d4b07515
commit
5e8cfd7dbe
1 changed files with 1 additions and 1 deletions
2
README.md
vendored
2
README.md
vendored
|
@ -1343,7 +1343,7 @@ True
|
|||
```py
|
||||
>>> r'wt\"f' == 'wt\\"f'
|
||||
True
|
||||
>>> print(repr(r'wt\"f')
|
||||
>>> print(repr(r'wt\"f'))
|
||||
'wt\\"f'
|
||||
|
||||
>>> print("\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue