cpython: b3e7ffe6d727 (original) (raw)
Mercurial > cpython
changeset 69713:b3e7ffe6d727 3.1
fix function name in example (closes #11966) [#11966]
Benjamin Peterson benjamin@python.org | |
---|---|
date | Sat, 30 Apr 2011 13:14:56 -0500 |
parents | cd68b3031f00 |
children | 6e9aedf6ef24 2ddb4d6f826a |
files | Doc/c-api/module.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/c-api/module.rst 2 |
line wrap: on
line diff
--- a/Doc/c-api/module.rst +++ b/Doc/c-api/module.rst @@ -192,7 +192,7 @@ These functions are usually used in the .. cfunction:: int PyModule_AddIntMacro(PyObject *module, macro) Add an int constant to module. The name and the value are taken from