Commit 9a560688 authored by Sandro Tosi's avatar Sandro Tosi

how could I have missed :cmember: in import.rst?

parent a76bb03c
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment