diff options
author | Théo de la Hogue | 2023-05-09 18:15:03 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-05-09 18:15:03 +0200 |
commit | 42eab8e375de1a676c30b61628062795f986142b (patch) | |
tree | aa6bcc99b59c53dcf6f70ad7758d50f2cd07c732 | |
parent | 7fbb0708a46ea408a8e2cce5063eca1030577d17 (diff) | |
download | argaze-42eab8e375de1a676c30b61628062795f986142b.zip argaze-42eab8e375de1a676c30b61628062795f986142b.tar.gz argaze-42eab8e375de1a676c30b61628062795f986142b.tar.bz2 argaze-42eab8e375de1a676c30b61628062795f986142b.tar.xz |
Minor change in comment
-rw-r--r-- | src/argaze/GazeFeatures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/GazeFeatures.py b/src/argaze/GazeFeatures.py index c300d4b..d004129 100644 --- a/src/argaze/GazeFeatures.py +++ b/src/argaze/GazeFeatures.py @@ -380,7 +380,7 @@ class VisualScan(list): return None class VisualScanAnalyzer(): - """Abstract class to define what should provide a visual scan analyser.""" + """Abstract class to define what should provide a visual scan analyzer.""" def analyze(self, visual_scan: list[VisualScanArcType]) -> Any: """Analyze visual scan.""" |