diff options
Diffstat (limited to 'texall')
| -rwxr-xr-x | texall | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ class AnalyserData: self.name = name self.filetype = filetype -class Analyser(): +class Analyser: """Abstract class for analysing of program output and file content""" def __init__(self, d): |
