mirror of
https://github.com/python/cpython.git
synced 2025-08-19 08:11:46 +00:00
Fix typos in comments and test code (#122846)
This commit is contained in:
parent
9375b9ca3a
commit
253c6a0b2f
18 changed files with 28 additions and 28 deletions
|
@ -91,7 +91,7 @@ def build_menu(
|
|||
# D E F B E
|
||||
# G C F
|
||||
#
|
||||
# "fill" the table with empty words, so we always have the same amout
|
||||
# "fill" the table with empty words, so we always have the same amount
|
||||
# of rows for each column
|
||||
missing = cols*rows - len(wordlist)
|
||||
wordlist = wordlist + ['']*missing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue