Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16e6f4c

Browse files
committed
Fix a typo (see #3080)
1 parent 6ae1e7f commit 16e6f4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/c-api/import.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Importing Modules
112112
113113
.. c:function:: PyObject* PyImport_AddModule(const char *name)
114114
115-
Similar to :c:func:`PyImport_AddModuleObject`, but the name is an UTF-8
115+
Similar to :c:func:`PyImport_AddModuleObject`, but the name is a UTF-8
116116
encoded string instead of a Unicode object.
117117
118118
@@ -237,7 +237,7 @@ Importing Modules
237237
238238
.. c:function:: int PyImport_ImportFrozenModule(char *name)
239239
240-
Similar to :c:func:`PyImport_ImportFrozenModuleObject`, but the name is an
240+
Similar to :c:func:`PyImport_ImportFrozenModuleObject`, but the name is a
241241
UTF-8 encoded string instead of a Unicode object.
242242
243243

0 commit comments

Comments
 (0)