Skip to content

Commit 915b79f

Browse files
Update Doc/c-api/bytes.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 15277b3 commit 915b79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/bytes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ called with a non-bytes parameter.
237237
If *smartquotes* is true, the representation will use a double-quoted string
238238
instead of single-quoted string when single-quotes are present in *bytes*.
239239
For example, the byte string ``'Python'`` would be represented as
240-
``b"'Python'"`` when *smartquotes* is true, or b'\'Python\'' when it is
240+
``b"'Python'"`` when *smartquotes* is true, or ``b'\'Python\''`` when it is
241241
false.
242242
243243
On success, this function returns a :term:`strong reference` to a

0 commit comments

Comments
 (0)