mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (#97774)
This commit is contained in:
parent
09aea94d29
commit
0e72606dd4
7 changed files with 20 additions and 20 deletions
|
@ -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__`.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue