Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ebc508

Browse filesBrowse files
authored
gh-93738: Documentation C syntax (:c:type:PyBytesObject* -> :c:expr:PyBytesObject*) (#97782)
:c:type:`PyBytesObject*` -> :c:expr:`PyBytesObject*`
1 parent 898834e commit 9ebc508
Copy full SHA for 9ebc508

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Doc/c-api/unicode.rst

Copy file name to clipboardExpand all lines: Doc/c-api/unicode.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ conversion function:
711711
ParseTuple converter: encode :class:`str` objects -- obtained directly or
712712
through the :class:`os.PathLike` interface -- to :class:`bytes` using
713713
:c:func:`PyUnicode_EncodeFSDefault`; :class:`bytes` objects are output as-is.
714-
*result* must be a :c:type:`PyBytesObject*` which must be released when it is
714+
*result* must be a :c:expr:`PyBytesObject*` which must be released when it is
715715
no longer used.
716716
717717
.. versionadded:: 3.1

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.