mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
bpo-30656: Fix Python C API Module Objects documentation (GH-2170)
`PyModule_New()` now refers to `PyModule_NewObject()`
This commit is contained in:
parent
b9c3da5c89
commit
2d0afef82a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Module Objects
|
|||
|
||||
.. c:function:: PyObject* PyModule_New(const char *name)
|
||||
|
||||
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
|
||||
string instead of a Unicode object.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue