Commit 2d0afef8 authored by Emily Morehouse's avatar Emily Morehouse Committed by Mariatta

bpo-30656: Fix Python C API Module Objects documentation (GH-2170)

`PyModule_New()` now refers to `PyModule_NewObject()`
parent b9c3da5c
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment