mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
how could I have missed :cmember: in import.rst?
This commit is contained in:
parent
a76bb03c55
commit
9a5606886c
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ Importing Modules
|
|||
probably damaged with respect to the module author's intents) state.
|
||||
|
||||
The module's :attr:`__file__` attribute will be set to the code object's
|
||||
:cmember:`co_filename`.
|
||||
:c:member:`co_filename`.
|
||||
|
||||
This function will reload the module if it was already imported. See
|
||||
:c:func:`PyImport_ReloadModule` for the intended way to reload a module.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue