mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
#18705: fix a number of typos. Patch by Févry Thibault.
This commit is contained in:
parent
67f39777fa
commit
30b9d5d3af
25 changed files with 44 additions and 44 deletions
|
|
@ -509,7 +509,7 @@ class ModuleFinder:
|
|||
# Print modules that may be missing, but then again, maybe not...
|
||||
if maybe:
|
||||
print()
|
||||
print("Submodules thay appear to be missing, but could also be", end=' ')
|
||||
print("Submodules that appear to be missing, but could also be", end=' ')
|
||||
print("global names in the parent package:")
|
||||
for name in maybe:
|
||||
mods = sorted(self.badmodules[name].keys())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue