diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-29 08:13:58 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-29 08:13:58 (GMT) |
commit | b44c4520d965788aa6d24edab36d89103b0a1aea (patch) | |
tree | 2c649fcb5f7518dace35b8241c9f4ffd60eda14f /Doc/c-api | |
parent | 6ee36a5a8cf7aff3a2b5f3ab50bb46a31c377750 (diff) | |
download | cpython-b44c4520d965788aa6d24edab36d89103b0a1aea.zip cpython-b44c4520d965788aa6d24edab36d89103b0a1aea.tar.gz cpython-b44c4520d965788aa6d24edab36d89103b0a1aea.tar.bz2 |
Issue #27125: Fix various errors like “will [be] inherited”
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/allocation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/allocation.rst b/Doc/c-api/allocation.rst index 32a414b..7f7435f 100644 --- a/Doc/c-api/allocation.rst +++ b/Doc/c-api/allocation.rst @@ -98,7 +98,7 @@ Allocating Objects on the Heap Create a new module object based on a name and table of functions, returning the new module object. If *doc* is non-*NULL*, it will be used to define the docstring for the module. If *self* is non-*NULL*, it will - passed to the functions of the module as their (otherwise *NULL*) first + be passed to the functions of the module as their (otherwise *NULL*) first parameter. (This was added as an experimental feature, and there are no known uses in the current version of Python.) For *apiver*, the only value which should be passed is defined by the constant |