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 19ed8c1

Browse filesBrowse files
AA-Turnermiss-islington
authored andcommitted
pythongh-93738: Documentation C syntax (:c:type:PyBytesObject* -> :c:expr:PyBytesObject*) (pythonGH-97782)
:c:type:`PyBytesObject*` -> :c:expr:`PyBytesObject*` (cherry picked from commit 9ebc508) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent a685cc0 commit 19ed8c1
Copy full SHA for 19ed8c1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

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
@@ -849,7 +849,7 @@ argument parsing, the ``"O&"`` converter should be used, passing
849849
ParseTuple converter: encode :class:`str` objects -- obtained directly or
850850
through the :class:`os.PathLike` interface -- to :class:`bytes` using
851851
:c:func:`PyUnicode_EncodeFSDefault`; :class:`bytes` objects are output as-is.
852-
*result* must be a :c:type:`PyBytesObject*` which must be released when it is
852+
*result* must be a :c:expr:`PyBytesObject*` which must be released when it is
853853
no longer used.
854854
855855
.. versionadded:: 3.1

0 commit comments

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