[Python-checkins] cpython (2.7): how could I have missed :cmember: in import.rst?
sandro.tosi
python-checkins at python.org
Sat Jan 14 16:54:13 CET 2012
http://hg.python.org/cpython/rev/9f664e163c9d
changeset: 74398:9f664e163c9d
branch: 2.7
user: Sandro Tosi <sandro.tosi at gmail.com>
date: Sat Jan 14 16:51:16 2012 +0100
summary:
how could I have missed :cmember: in import.rst?
files:
Doc/c-api/import.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/c-api/import.rst b/Doc/c-api/import.rst
--- a/Doc/c-api/import.rst
+++ b/Doc/c-api/import.rst
@@ -139,7 +139,7 @@
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.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list