eric6/Plugins/AboutPlugin/AboutDialog.py

changeset 7255
d595f6f9cbf8
parent 7229
53054eb5b15a
child 7360
9190402e4505
diff -r f00d825fbdb3 -r d595f6f9cbf8 eric6/Plugins/AboutPlugin/AboutDialog.py
--- a/eric6/Plugins/AboutPlugin/AboutDialog.py	Sat Sep 21 17:41:22 2019 +0200
+++ b/eric6/Plugins/AboutPlugin/AboutDialog.py	Sat Sep 21 18:30:02 2019 +0200
@@ -37,7 +37,7 @@
 ).format(UI.Info.Program, UI.Info.Homepage, UI.Info.BugAddress,
          UI.Info.FeatureAddress)
 
-authorsText = \
+authorsText = (
     """
 Detlev Offenbach
     Project Manager, Maintainer and German translation
@@ -68,9 +68,10 @@
 Gianluca
     Italian translations
 """
+)
 
-thanksText = """\
-Phil Thompson for providing PyQt and QScintilla and pushing me into this
+thanksText = (
+    """Phil Thompson for providing PyQt and QScintilla and pushing me into this
 business.
 
 Andrew Bushnell of Fluent Inc. for contributing the multithreading debugger
@@ -100,6 +101,7 @@
 for providing patches to improve eric3, eric4, eric5 and eric6.
 
 And all the people who reported bugs and made suggestions."""
+)
 
 licenseText = (
     """Eric is {0}

eric ide

mercurial