diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-05 06:19:42 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-05 06:19:42 (GMT) |
commit | 3c38dccf221d1bebb5711470a4641afa20a97294 (patch) | |
tree | 81df6c29be06f326ec3ede8a7b2c75561cf85415 /Include/unicodeobject.h | |
parent | ed06e8fa50c0428a57dd4e75f9a05962db68a43e (diff) | |
download | cpython-3c38dccf221d1bebb5711470a4641afa20a97294.zip cpython-3c38dccf221d1bebb5711470a4641afa20a97294.tar.gz cpython-3c38dccf221d1bebb5711470a4641afa20a97294.tar.bz2 |
Fix typos in documentation and comments
Diffstat (limited to 'Include/unicodeobject.h')
-rw-r--r-- | Include/unicodeobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index 1269bf6..d15ebb8 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -1318,7 +1318,7 @@ PyAPI_FUNC(PyObject *) PyUnicode_Format( /* Checks whether element is contained in container and return 1/0 accordingly. - element has to coerce to an one element Unicode string. -1 is + element has to coerce to a one element Unicode string. -1 is returned in case of an error. */ PyAPI_FUNC(int) PyUnicode_Contains( |