aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/argaze/DataFeatures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/DataFeatures.py b/src/argaze/DataFeatures.py
index f336411..26d88d4 100644
--- a/src/argaze/DataFeatures.py
+++ b/src/argaze/DataFeatures.py
@@ -25,7 +25,7 @@ import matplotlib.pyplot as mpyplot
import matplotlib.patches as mpatches
from colorama import Style, Fore
-TimestampType = TypeVar('TimeStamp', int, float)
+TimestampType = TypeVar('Timestamp', int, float)
"""Type definition for timestamp as integer or float value."""
TimestampedObjectType = TypeVar('TimestampedObject', bound="TimestampedObject")