mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
fixed typo and wrapping
This commit is contained in:
parent
74bdca8a20
commit
ad692ccde1
1 changed files with 2 additions and 1 deletions
|
@ -491,7 +491,8 @@ class AppBuilder(BundleBuilder):
|
|||
self.message("Warning: couldn't find the following submodules:", 1)
|
||||
self.message(" (Note that these could be false alarms -- "
|
||||
"it's not always", 1)
|
||||
self.message(" possible to distinguish between from \"package import submodule\" ", 1)
|
||||
self.message(" possible to distinguish between \"from package "
|
||||
"import submodule\" ", 1)
|
||||
self.message(" and \"from package import name\")", 1)
|
||||
for name in maybe:
|
||||
self.message(" ? " + name, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue