Issue 11966: Typo in PyModule_AddIntMacro's documentation (original) (raw)

Created on 2011-04-30 16:32 by Trundle, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
PyModule_AddIntMacro_doc.patch Trundle,2011-04-30 16:32
Messages (2)
msg134879 - (view) Author: Andreas Stührk (Trundle) * Date: 2011-04-30 16:32
The example says "PyModule_AddConstant" instead of "PyModule_AddIntMacro". Attached is a patch for 3.1 branch, but it applies to all branches.
msg134882 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-04-30 18:14
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 #11966) http://hg.python.org/cpython/rev/fb709d9fe92a
History
Date User Action Args
2022-04-11 14:57:16 admin set github: 56175
2011-04-30 18:14:12 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved
2011-04-30 16:32:22 Trundle create