Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae1e7f commit 16e6f4cCopy full SHA for 16e6f4c
1 file changed
Doc/c-api/import.rst
@@ -112,7 +112,7 @@ Importing Modules
112
113
.. c:function:: PyObject* PyImport_AddModule(const char *name)
114
115
- 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
116
encoded string instead of a Unicode object.
117
118
@@ -237,7 +237,7 @@ Importing Modules
237
238
.. c:function:: int PyImport_ImportFrozenModule(char *name)
239
240
- Similar to :c:func:`PyImport_ImportFrozenModuleObject`, but the name is an
+ Similar to :c:func:`PyImport_ImportFrozenModuleObject`, but the name is a
241
UTF-8 encoded string instead of a Unicode object.
242
243
0 commit comments