diff options
Diffstat (limited to 'doc/source/user/c-info.how-to-extend.rst')
-rw-r--r-- | doc/source/user/c-info.how-to-extend.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/c-info.how-to-extend.rst b/doc/source/user/c-info.how-to-extend.rst index 155d56306..ffa141b95 100644 --- a/doc/source/user/c-info.how-to-extend.rst +++ b/doc/source/user/c-info.how-to-extend.rst @@ -111,7 +111,7 @@ Defining functions ================== The second argument passed in to the Py_InitModule function is a -structure that makes it easy to to define functions in the module. In +structure that makes it easy to define functions in the module. In the example given above, the mymethods structure would have been defined earlier in the file (usually right before the init{name} subroutine) to: |