This commit is contained in:
Raigorx Hellscream 2023-10-11 05:55:38 -07:00 committed by GitHub
commit 925406310d
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 ```py
>>> r'wt\"f' == 'wt\\"f' >>> r'wt\"f' == 'wt\\"f'
True True
>>> print(repr(r'wt\"f') >>> print(repr(r'wt\"f'))
'wt\\"f' 'wt\\"f'
>>> print("\n") >>> print("\n")