--- a/src/eric7/eric7_api.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/eric7_api.py Tue Dec 06 17:35:41 2022 +0100 @@ -33,7 +33,7 @@ """ print("eric7_api") print() - print("Copyright (c) 2004 - 2022 Detlev Offenbach" " <detlev@die-offenbachs.de>.") + print("Copyright (c) 2004 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>.") print() print("Usage:") print() @@ -68,7 +68,7 @@ " Write the API information to the named file." " A '%L' placeholder" # __IGNORE_WARNING_M601__ ) - print(" is replaced by the language of the API file" " (see --language).") + print(" is replaced by the language of the API file (see --language).") print(" -p or --private") print(" Include private methods and functions.") print(" -R, -r or --recursive")