mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #27171: Fix typos in documentation, comments, and test function names
This commit is contained in:
parent
1b207c55a4
commit
e26da7c03a
30 changed files with 51 additions and 51 deletions
|
|
@ -1102,7 +1102,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue