diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-08-04 13:07:31 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-08-04 13:07:31 (GMT) |
commit | 69332c1a64d6bdb80ff813fab403be832e12ce64 (patch) | |
tree | c61ce7d7f833c11b0e665d780d06107f39228342 /Include | |
parent | 72e483aac42a1e1bd2e2b1ed72a3c9e8dbc6be96 (diff) | |
download | cpython-69332c1a64d6bdb80ff813fab403be832e12ce64.zip cpython-69332c1a64d6bdb80ff813fab403be832e12ce64.tar.gz cpython-69332c1a64d6bdb80ff813fab403be832e12ce64.tar.bz2 |
Fix spelling and grammar in documentation and code comments
Diffstat (limited to 'Include')
-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 533dd75..0128d7f 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -2014,7 +2014,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 |