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 50dbf57 commit 6a90a12Copy full SHA for 6a90a12
1 file changed
Doc/c-api/module.rst
@@ -50,7 +50,7 @@ Module Objects
50
51
.. c:function:: PyObject* PyModule_New(const char *name)
52
53
- Similar to :c:func:`PyImport_NewObject`, but the name is a UTF-8 encoded
+ Similar to :c:func:`PyModule_NewObject`, but the name is a UTF-8 encoded
54
string instead of a Unicode object.
55
56
0 commit comments