change in comment to reflect use of lists instead of tuples
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 7 Feb 2024 11:01:12 +0000 (12:01 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 7 Feb 2024 11:01:12 +0000 (12:01 +0100)
PLC/LeaseFilter.py

index c7e31bc..888b18e 100644 (file)
@@ -21,7 +21,7 @@ class LeaseFilter(Filter):
     # general notes on input parameters
     # int_timestamp: number of seconds since the epoch
     # str_timestamp: see Timestamp.sql_validate
-    # timeslot: a tuple (from, until), each being either int_timestamp or
+    # timeslot: a list [from, until], each being either int_timestamp or
     # str_timestamp
 
     local_fields = {