typo: strings-and-the-backslashes

This commit is contained in:
Raigorx Hellscream 2023-09-01 17:05:04 -04:00 committed by GitHub
parent 19d4b07515
commit 5e8cfd7dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
README.md vendored
View File

@ -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")