From: Just van Rossum Date: Thu, 28 Nov 2002 18:56:50 +0000 (+0000) Subject: fixed typo and wrapping X-Git-Tag: v2.3c1~3200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad692ccde15fbf55ba60457592fbdf3073cf3c0b;p=python fixed typo and wrapping --- diff --git a/Mac/Lib/bundlebuilder.py b/Mac/Lib/bundlebuilder.py index 0bef268bf7..7d58268c73 100755 --- a/Mac/Lib/bundlebuilder.py +++ b/Mac/Lib/bundlebuilder.py @@ -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)