Fix spelling and grammar in documentation and code comments

This commit is contained in:
Martin Panter 2016-08-04 13:07:31 +00:00
parent 72e483aac4
commit 69332c1a64
14 changed files with 15 additions and 15 deletions

View file

@ -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