typo
This commit is contained in:
parent
6d408bee87
commit
ed0726d746
1 changed files with 1 additions and 1 deletions
|
|
@ -134,6 +134,6 @@ def ticks_diff(ticks1: int, ticks2: int) -> int:
|
|||
|
||||
|
||||
def ticks_less(ticks1: int, ticks2: int) -> bool:
|
||||
"""Return true iff ticks1 is less than ticks2,
|
||||
"""Return true if ticks1 is less than ticks2,
|
||||
assuming that they are within 2**28 ticks"""
|
||||
return ticks_diff(ticks1, ticks2) < 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue