diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-02-26 16:41:40 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-02-26 16:41:40 (GMT) |
commit | f8a5892140e90a1337a639d62cc5f7662d9e5f84 (patch) | |
tree | 71a40b7e4b5ed93f026d463fad72ff9fd200c82b /Doc/c-api/module.rst | |
parent | c89c8a7be97b62ffe5b974482bdc7208b1665fff (diff) | |
parent | 7bbd101bb18d7afb744f1cfa494187538d7c97c3 (diff) | |
download | cpython-f8a5892140e90a1337a639d62cc5f7662d9e5f84.zip cpython-f8a5892140e90a1337a639d62cc5f7662d9e5f84.tar.gz cpython-f8a5892140e90a1337a639d62cc5f7662d9e5f84.tar.bz2 |
Merge with 3.3
Diffstat (limited to 'Doc/c-api/module.rst')
-rw-r--r-- | Doc/c-api/module.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/module.rst b/Doc/c-api/module.rst index 26c4384..985a347 100644 --- a/Doc/c-api/module.rst +++ b/Doc/c-api/module.rst @@ -120,7 +120,7 @@ There are only a few functions special to module objects. Return a pointer to the :c:type:`PyModuleDef` struct from which the module was created, or *NULL* if the module wasn't created with - :c:func:`PyModule_Create`.i + :c:func:`PyModule_Create`. .. c:function:: PyObject* PyState_FindModule(PyModuleDef *def) |