commit | 3c38dccf221d1bebb5711470a4641afa20a97294 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Tue Apr 05 06:19:42 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Tue Apr 05 06:19:42 2016 +0000 |
tree | 81df6c29be06f326ec3ede8a7b2c75561cf85415 | |
parent | ed06e8fa50c0428a57dd4e75f9a05962db68a43e [diff] [blame] |
Fix typos in documentation and comments
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 @@ /* 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(