Issue #27171: Merge typo fixes from 3.5

This commit is contained in:
Martin Panter 2016-06-02 10:11:18 +00:00
commit 0b7d84de6b
30 changed files with 51 additions and 51 deletions

View file

@ -1152,7 +1152,7 @@ class Decimal(object):
def __pos__(self, context=None):
"""Returns a copy, unless it is a sNaN.
Rounds the number (if more then precision digits)
Rounds the number (if more than precision digits)
"""
if self._is_special:
ans = self._check_nans(context=context)