mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
#9911: doc copyedits.
This commit is contained in:
parent
af38dc5b0c
commit
6faee4e2ce
31 changed files with 38 additions and 38 deletions
|
|
@ -1249,7 +1249,7 @@ This function is called with two Python objects and the operator as arguments,
|
|||
where the operator is one of ``Py_EQ``, ``Py_NE``, ``Py_LE``, ``Py_GT``,
|
||||
``Py_LT`` or ``Py_GT``. It should compare the two objects with respect to the
|
||||
specified operator and return ``Py_True`` or ``Py_False`` if the comparison is
|
||||
successfull, ``Py_NotImplemented`` to indicate that comparison is not
|
||||
successful, ``Py_NotImplemented`` to indicate that comparison is not
|
||||
implemented and the other object's comparison method should be tried, or *NULL*
|
||||
if an exception was set.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue