From 9a5606886c3a74e2429589065f82344884a3d9d0 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sat, 14 Jan 2012 16:51:16 +0100 Subject: [PATCH] how could I have missed :cmember: in import.rst? --- Doc/c-api/import.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/import.rst b/Doc/c-api/import.rst index 1929041bef..6f5678c931 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. -- 2.40.0