From 1c164a6f85865ab6c84d4bfb6bfbf1dde6169603 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Fri, 11 Jun 2010 16:49:20 +0000 Subject: Fix typo in docstring. --- Lib/decimal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/decimal.py b/Lib/decimal.py index 0e6a966..4d9dd86 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -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". -- cgit v0.12