Commit 1c164a6f authored by Mark Dickinson's avatar Mark Dickinson

Fix typo in docstring.

parent 177e8530
...@@ -5862,7 +5862,7 @@ def _convert_other(other, raiseit=False, allow_float=False): ...@@ -5862,7 +5862,7 @@ def _convert_other(other, raiseit=False, allow_float=False):
def _convert_for_comparison(self, other, equality_op=False): def _convert_for_comparison(self, other, equality_op=False):
"""Given a Decimal instance self and a Python object other, return """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 equivalent to "self op other" for any of the 6 comparison
operators "op". operators "op".
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment