diff -r 09b24828d787 -r e484fc67677e eric6/Sessions/SessionFile.py --- a/eric6/Sessions/SessionFile.py Thu Jan 28 11:49:28 2021 +0100 +++ b/eric6/Sessions/SessionFile.py Thu Jan 28 11:53:25 2021 +0100 @@ -30,7 +30,7 @@ @param isGlobal flag indicating a file for a global session @type bool - @param parent reference to the parent object + @param parent reference to the parent object (defaults to None) @type QObject (optional) """ super(SessionFile, self).__init__(parent)