Kaydet (Commit) 46b0802c authored tarafından Brett Cannon's avatar Brett Cannon

Fix small grammatical error in a docstring.

üst 3e41b059
......@@ -1414,7 +1414,7 @@ class Decimal(object):
return float(str(self))
def __int__(self):
"""Converts self to a int, truncating if necessary."""
"""Converts self to an int, truncating if necessary."""
if self._is_special:
if self._isnan():
context = getcontext()
......
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