diff -r 44e15eda6506 -r e8fc383322f7 eric6/E5XML/SessionWriter.py --- a/eric6/E5XML/SessionWriter.py Tue Jan 05 18:28:31 2021 +0100 +++ b/eric6/E5XML/SessionWriter.py Wed Jan 06 13:47:01 2021 +0100 @@ -55,7 +55,7 @@ # add some generation comments if not isGlobal: self.writeComment( - " eric6 session file for project {0} ".format(self.name)) + " eric session file for project {0} ".format(self.name)) self.writeComment( " This file was generated automatically, do not edit. ") if Preferences.getProject("XMLTimestamp") or isGlobal: