mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
Merge pull request #316 from raigorx/patch-2
typo: strings-and-the-backslashes
This commit is contained in:
commit
93d7fb98e6
1 changed files with 1 additions and 1 deletions
2
README.md
vendored
2
README.md
vendored
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue