mirror of
https://github.com/python/cpython.git
synced 2025-08-28 12:45:07 +00:00
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
This commit is contained in:
parent
613debcf0a
commit
15f44ab043
72 changed files with 121 additions and 121 deletions
|
@ -122,17 +122,17 @@ patch914575_nonascii_to1 = """
|
|||
"""
|
||||
|
||||
patch914575_from2 = """
|
||||
\t\tLine 1: preceeded by from:[tt] to:[ssss]
|
||||
\t\tLine 2: preceeded by from:[sstt] to:[sssst]
|
||||
\t \tLine 3: preceeded by from:[sstst] to:[ssssss]
|
||||
\t\tLine 1: preceded by from:[tt] to:[ssss]
|
||||
\t\tLine 2: preceded by from:[sstt] to:[sssst]
|
||||
\t \tLine 3: preceded by from:[sstst] to:[ssssss]
|
||||
Line 4: \thas from:[sst] to:[sss] after :
|
||||
Line 5: has from:[t] to:[ss] at end\t
|
||||
"""
|
||||
|
||||
patch914575_to2 = """
|
||||
Line 1: preceeded by from:[tt] to:[ssss]
|
||||
\tLine 2: preceeded by from:[sstt] to:[sssst]
|
||||
Line 3: preceeded by from:[sstst] to:[ssssss]
|
||||
Line 1: preceded by from:[tt] to:[ssss]
|
||||
\tLine 2: preceded by from:[sstt] to:[sssst]
|
||||
Line 3: preceded by from:[sstst] to:[ssssss]
|
||||
Line 4: has from:[sst] to:[sss] after :
|
||||
Line 5: has from:[t] to:[ss] at end
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue