src/eric7/eric7_api.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9482
a2bc06a54d9d
child 9624
b47dfa7a137d
--- 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")

eric ide

mercurial