mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix typos (#123775)
This commit is contained in:
parent
df4f0cbfad
commit
9017b95ff2
43 changed files with 59 additions and 59 deletions
|
|
@ -744,13 +744,13 @@ x = (
|
|||
}''', 'A complex trick: 2')
|
||||
self.assertEqual(f'''
|
||||
{
|
||||
40 # fourty
|
||||
40 # forty
|
||||
+ # plus
|
||||
2 # two
|
||||
}''', '\n42')
|
||||
self.assertEqual(f'''
|
||||
{
|
||||
40 # fourty
|
||||
40 # forty
|
||||
+ # plus
|
||||
2 # two
|
||||
}''', '\n42')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue