Roundup Robot added the comment:
New changeset b3e7ffe6d727 by Benjamin Peterson in branch '3.1':
fix function name in example (closes #11966)
http://hg.python.org/cpython/rev/b3e7ffe6d727
New changeset fb709d9fe92a by Benjamin Peterson in branch '2.7':
fix function name in example (closes #119
New submission from Andreas Stührk :
The example says "PyModule_AddConstant" instead of "PyModule_AddIntMacro".
Attached is a patch for 3.1 branch, but it applies to all branches.
--
assignee: docs@python
components: Documentation
files: PyModule_AddIntMacro_doc.patch
keywords: patch
me