mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
#18705: merge with 3.3.
This commit is contained in:
commit
9a3777e525
26 changed files with 49 additions and 49 deletions
|
|
@ -512,7 +512,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