summaryrefslogtreecommitdiff
path: root/Doc/howto
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-04-22 23:43:24 -0700
committerBenjamin Peterson <benjamin@python.org>2016-04-22 23:43:24 -0700
commit9046df065992c1763d92ed71882e3a45c8fb7437 (patch)
tree40225fa0868d648f452a70f02d281ba3ff94a3a5 /Doc/howto
parent8b9eefc36399bb7c2e292386e9fa3ea251f85ccb (diff)
parent95b5f0ad7ee08c88b749bba2bf229a27f0e89b62 (diff)
downloadcpython-git-9046df065992c1763d92ed71882e3a45c8fb7437.tar.gz
merge 3.5 (#26827)
Diffstat (limited to 'Doc/howto')
-rw-r--r--Doc/howto/cporting.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/cporting.rst b/Doc/howto/cporting.rst
index d7a7086302..27e7e6f6e0 100644
--- a/Doc/howto/cporting.rst
+++ b/Doc/howto/cporting.rst
@@ -161,7 +161,7 @@ simple example demonstrates how. ::
#define INITERROR return NULL
- PyObject *
+ PyMODINIT_FUNC
PyInit_myextension(void)
#else