gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (#97774)

This commit is contained in:
Adam Turner 2022-10-05 16:22:28 +01:00 committed by GitHub
parent 09aea94d29
commit 0e72606dd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 20 additions and 20 deletions

View file

@ -64,8 +64,8 @@ Module Objects
If *module* is not a module object (or a subtype of a module object),
:exc:`SystemError` is raised and ``NULL`` is returned.
It is recommended extensions use other :c:func:`PyModule_\*` and
:c:func:`PyObject_\*` functions rather than directly manipulate a module's
It is recommended extensions use other ``PyModule_*`` and
``PyObject_*`` functions rather than directly manipulate a module's
:attr:`~object.__dict__`.