diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-06 13:57:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 13:57:39 (GMT) |
commit | edef03aaa8993901e63e901448ec2be8b2801ca7 (patch) | |
tree | e236b1ee839b9e3626fd4b616bf8ab01f551c2b6 /Doc/c-api | |
parent | d747f5e805fa1c33768d9c22605e6324a35b3709 (diff) | |
download | cpython-edef03aaa8993901e63e901448ec2be8b2801ca7.zip cpython-edef03aaa8993901e63e901448ec2be8b2801ca7.tar.gz cpython-edef03aaa8993901e63e901448ec2be8b2801ca7.tar.bz2 |
[3.9] [doc] Fix typos found using codespell (GH-28744) (GH-28759)
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/call.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/call.rst b/Doc/c-api/call.rst index 31dc9c8..739b5e9 100644 --- a/Doc/c-api/call.rst +++ b/Doc/c-api/call.rst @@ -185,7 +185,7 @@ Object Calling API Various functions are available for calling a Python object. Each converts its arguments to a convention supported by the called object – either *tp_call* or vectorcall. -In order to do as litle conversion as possible, pick one that best fits +In order to do as little conversion as possible, pick one that best fits the format of data you have available. The following table summarizes the available functions; |