We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15277b3 commit 915b79fCopy full SHA for 915b79f
Doc/c-api/bytes.rst
@@ -237,7 +237,7 @@ called with a non-bytes parameter.
237
If *smartquotes* is true, the representation will use a double-quoted string
238
instead of single-quoted string when single-quotes are present in *bytes*.
239
For example, the byte string ``'Python'`` would be represented as
240
- ``b"'Python'"`` when *smartquotes* is true, or b'\'Python\'' when it is
+ ``b"'Python'"`` when *smartquotes* is true, or ``b'\'Python\''`` when it is
241
false.
242
243
On success, this function returns a :term:`strong reference` to a
0 commit comments