diff options
Diffstat (limited to 'src')
-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 a4cf244..bed8576 100644 --- a/src/argaze/GazeFeatures.py +++ b/src/argaze/GazeFeatures.py @@ -874,7 +874,7 @@ class AOIScanStepError(Exception): @dataclass(frozen=True) class AOIScanStep(): - """Define a aoi scan step as a set of successive gaze movements onto a same AOI. + """Define an aoi scan step as a set of successive gaze movements onto a same AOI. !!! warning |