This commit is contained in:
Raigorx Hellscream 2024-05-21 15:32:21 +02:00 committed by GitHub
commit a77849bf26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
README.md vendored
View File

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