Fri, 29 Jan 2021 14:18:50 +0100
Corrected some documentation strings.
eric6/Project/Project.py | file | annotate | diff | comparison | revisions | |
eric6/Sessions/SessionFile.py | file | annotate | diff | comparison | revisions |
--- a/eric6/Project/Project.py Thu Jan 28 18:29:31 2021 +0100 +++ b/eric6/Project/Project.py Fri Jan 29 14:18:50 2021 +0100 @@ -1147,7 +1147,7 @@ def writeTasks(self): """ - Public method to write the tasks data to an JSON file (.etj). + Public method to write the tasks data to a JSON file (.etj). """ if self.pfile is None: return
--- a/eric6/Sessions/SessionFile.py Thu Jan 28 18:29:31 2021 +0100 +++ b/eric6/Sessions/SessionFile.py Fri Jan 29 14:18:50 2021 +0100 @@ -4,8 +4,7 @@ # """ -Module implementing a class representing the project debugger properties -JSON file. +Module implementing a class representing the session JSON file. """ import json @@ -22,7 +21,7 @@ class SessionFile(QObject): """ - Class representing the project debugger properties JSON file. + Class representing the session JSON file. """ def __init__(self, isGlobal: bool, parent: QObject = None): """