]> granicus.if.org Git - python/commitdiff
Fix a typo (see #3080)
authorÉric Araujo <merwok@netwok.org>
Sun, 20 Mar 2011 17:08:19 +0000 (18:08 +0100)
committerÉric Araujo <merwok@netwok.org>
Sun, 20 Mar 2011 17:08:19 +0000 (18:08 +0100)
Doc/c-api/import.rst

index cf954862f6a72ad07a108cfc55cccbbeeb97460d..b1687511991e61f61e9fa10a781107df7159cd06 100644 (file)
@@ -112,7 +112,7 @@ Importing Modules
 
 .. c:function:: PyObject* PyImport_AddModule(const char *name)
 
-   Similar to :c:func:`PyImport_AddModuleObject`, but the name is an UTF-8
+   Similar to :c:func:`PyImport_AddModuleObject`, but the name is a UTF-8
    encoded string instead of a Unicode object.
 
 
@@ -237,7 +237,7 @@ Importing Modules
 
 .. c:function:: int PyImport_ImportFrozenModule(char *name)
 
-   Similar to :c:func:`PyImport_ImportFrozenModuleObject`, but the name is an
+   Similar to :c:func:`PyImport_ImportFrozenModuleObject`, but the name is a
    UTF-8 encoded string instead of a Unicode object.