summaryrefslogtreecommitdiffstats
path: root/Include/abstract.h
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-08-03 06:00:59 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-08-03 06:00:59 (GMT)
commit49b2734bf12dc1cda80fd73d3ec8896ae3e362f2 (patch)
tree049e496126aae48bf6d7c3ddbb7f145e04e53e97 /Include/abstract.h
parentd9d55c91bec4776b41685b48fe660621e89f0617 (diff)
downloadcpython-49b2734bf12dc1cda80fd73d3ec8896ae3e362f2.zip
cpython-49b2734bf12dc1cda80fd73d3ec8896ae3e362f2.tar.gz
cpython-49b2734bf12dc1cda80fd73d3ec8896ae3e362f2.tar.bz2
Spelling fixes (#2902)
Diffstat (limited to 'Include/abstract.h')
-rw-r--r--Include/abstract.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/abstract.h b/Include/abstract.h
index fe089dc..8969019 100644
--- a/Include/abstract.h
+++ b/Include/abstract.h
@@ -170,7 +170,7 @@ PyAPI_FUNC(PyObject*) _PyStack_AsTupleSlice(
format to a Python dictionary ("kwargs" dict).
The type of kwnames keys is not checked. The final function getting
- arguments is reponsible to check if all keys are strings, for example using
+ arguments is responsible to check if all keys are strings, for example using
PyArg_ParseTupleAndKeywords() or PyArg_ValidateKeywordArguments().
Duplicate keys are merged using the last value. If duplicate keys must raise