Fix typo in docstring.

This commit is contained in:
Mark Dickinson 2010-06-11 16:49:20 +00:00
parent 177e8530cb
commit 1c164a6f85
1 changed files with 1 additions and 1 deletions

View File

@ -5862,7 +5862,7 @@ def _convert_other(other, raiseit=False, allow_float=False):
def _convert_for_comparison(self, other, equality_op=False):
"""Given a Decimal instance self and a Python object other, return
an pair (s, o) of Decimal instances such that "s op o" is
a pair (s, o) of Decimal instances such that "s op o" is
equivalent to "self op other" for any of the 6 comparison
operators "op".