[New-bugs-announce] [issue30656] typo in PyModule_New documentation

Jan Hnatek report at bugs.python.org
Tue Jun 13 10:40:09 EDT 2017


New submission from Jan Hnatek:

The doc for PyModule_New() refers to "PyImport_NewObject()", while it should refer to "PyModule_NewObject()":

https://docs.python.org/3.6/c-api/module.html#c.PyModule_New

----------
assignee: docs at python
components: Documentation
messages: 295922
nosy: docs at python, hnhn
priority: normal
severity: normal
status: open
title: typo in PyModule_New documentation
versions: Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30656>
_______________________________________


More information about the New-bugs-announce mailing list