summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2012-01-14 15:51:16 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2012-01-14 15:51:16 (GMT)
commit9a5606886c3a74e2429589065f82344884a3d9d0 (patch)
treee0965df44f5410bfca6dce325a172b37a682bc79
parenta76bb03c5581d9f7e23c16c394bdad39e2c17782 (diff)
downloadcpython-9a5606886c3a74e2429589065f82344884a3d9d0.zip
cpython-9a5606886c3a74e2429589065f82344884a3d9d0.tar.gz
cpython-9a5606886c3a74e2429589065f82344884a3d9d0.tar.bz2
how could I have missed :cmember: in import.rst?
-rw-r--r--Doc/c-api/import.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/import.rst b/Doc/c-api/import.rst
index 1929041..6f5678c 100644
--- a/Doc/c-api/import.rst
+++ b/Doc/c-api/import.rst
@@ -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.