diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-08-05 01:51:39 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-08-05 01:51:39 (GMT) |
commit | 02b75abf731831e32bbb8007a3278c14f6ad700a (patch) | |
tree | 3cb25748c067ffda3e2f1a718d9596a180821138 /Include/unicodeobject.h | |
parent | a31ddb33511f92d20dfddb23d934a0b7f4ab6122 (diff) | |
parent | 69332c1a64d6bdb80ff813fab403be832e12ce64 (diff) | |
download | cpython-02b75abf731831e32bbb8007a3278c14f6ad700a.zip cpython-02b75abf731831e32bbb8007a3278c14f6ad700a.tar.gz cpython-02b75abf731831e32bbb8007a3278c14f6ad700a.tar.bz2 |
Merge spelling and grammar fixes from 3.5
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 1af620d..20b7037 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -2031,7 +2031,7 @@ PyAPI_FUNC(int) PyUnicode_CompareWithASCIIString( /* Rich compare two strings and return one of the following: - NULL in case an exception was raised - - Py_True or Py_False for successfully comparisons + - Py_True or Py_False for successful comparisons - Py_NotImplemented in case the type combination is unknown Note that Py_EQ and Py_NE comparisons can cause a UnicodeWarning in |