]> granicus.if.org Git - python/commitdiff
how could I have missed :cmember: in import.rst?
authorSandro Tosi <sandro.tosi@gmail.com>
Sat, 14 Jan 2012 15:51:16 +0000 (16:51 +0100)
committerSandro Tosi <sandro.tosi@gmail.com>
Sat, 14 Jan 2012 15:51:16 +0000 (16:51 +0100)
Doc/c-api/import.rst

index 1929041befc8c18eba572d625141aed7e8d8706f..6f5678c931786a0f7c3e8b58f51c43feae1419c6 100644 (file)
@@ -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.