aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThéo de la Hogue2024-01-10 15:53:26 +0100
committerThéo de la Hogue2024-01-10 15:53:26 +0100
commitcd74c746987cc748d4ca5f41448d59254bf0b6ff (patch)
treefabdcb3c9d744b2be9b05032d32c4e38b94e30a6 /src
parente55058fe59aba28358759c9934349ea1bd145944 (diff)
downloadargaze-cd74c746987cc748d4ca5f41448d59254bf0b6ff.zip
argaze-cd74c746987cc748d4ca5f41448d59254bf0b6ff.tar.gz
argaze-cd74c746987cc748d4ca5f41448d59254bf0b6ff.tar.bz2
argaze-cd74c746987cc748d4ca5f41448d59254bf0b6ff.tar.xz
Recalling scan step and aoi scan step definitions.
Diffstat (limited to 'src')
-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 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