aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeFeatures.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/argaze/GazeFeatures.py')
-rw-r--r--src/argaze/GazeFeatures.py2
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."""