changeset: 68788:ee4e780a6b7a parent: 68768:7f4a4e393058 user: Éric Araujo date: Sun Mar 20 18:08:19 2011 +0100 files: Doc/c-api/import.rst description: Fix a typo (see #3080) diff -r 7f4a4e393058 -r ee4e780a6b7a Doc/c-api/import.rst --- a/Doc/c-api/import.rst Sun Mar 20 22:37:17 2011 +0100 +++ b/Doc/c-api/import.rst Sun Mar 20 18:08:19 2011 +0100 @@ -112,7 +112,7 @@ .. 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 @@ .. 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.