change in comment to reflect use of lists instead of tuples
[plcapi.git] / 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 = {