]> granicus.if.org Git - python/commitdiff
Fix typo in docstring.
authorMark Dickinson <dickinsm@gmail.com>
Fri, 11 Jun 2010 16:49:20 +0000 (16:49 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 11 Jun 2010 16:49:20 +0000 (16:49 +0000)
Lib/decimal.py

index 0e6a966d0fd55d7fbc41d3165fafb5ef1a81700e..4d9dd86530a447610776b443ff38250e0f622f58 100644 (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".