From 16e6f4c3f0b2b5d2a89b4dae93855ff32864a22a Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Sun, 20 Mar 2011 18:08:19 +0100 Subject: [PATCH] Fix a typo (see #3080) --- Doc/c-api/import.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/c-api/import.rst b/Doc/c-api/import.rst index cf954862f6..b168751199 100644 --- a/Doc/c-api/import.rst +++ b/Doc/c-api/import.rst @@ -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. -- 2.50.1