mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #27626: Spelling fixes in docs, comments and internal names
Based on patch by Ville Skyttä.
This commit is contained in:
parent
eac67be948
commit
eb9957065a
33 changed files with 48 additions and 48 deletions
|
@ -836,7 +836,7 @@ class TestCase(object):
|
|||
between the two objects is more than the given delta.
|
||||
|
||||
Note that decimal places (from zero) are usually not the same
|
||||
as significant digits (measured from the most signficant digit).
|
||||
as significant digits (measured from the most significant digit).
|
||||
|
||||
If the two objects compare equal then they will automatically
|
||||
compare almost equal.
|
||||
|
@ -875,7 +875,7 @@ class TestCase(object):
|
|||
between the two objects is less than the given delta.
|
||||
|
||||
Note that decimal places (from zero) are usually not the same
|
||||
as significant digits (measured from the most signficant digit).
|
||||
as significant digits (measured from the most significant digit).
|
||||
|
||||
Objects that are equal automatically fail.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue