Skip to content
Snippets Groups Projects
Commit 822ac0bf authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

typo fix in comment

parent 36644243
No related branches found
No related tags found
1 merge request!73Automatically maintain leases
...@@ -118,7 +118,7 @@ def interval_means(): ...@@ -118,7 +118,7 @@ def interval_means():
).map( ).map(
# By representing the result as a timedelta we avoid the cases where # By representing the result as a timedelta we avoid the cases where
# the lower precision of timedelta compared to float drops the whole # the lower precision of timedelta compared to float drops the whole
# value (anything between 0 and 1 microsecond). This is just on # value (anything between 0 and 1 microsecond). This is just one
# example of how working with timedeltas is nicer, in general. # example of how working with timedeltas is nicer, in general.
lambda s: timedelta(seconds=s), lambda s: timedelta(seconds=s),
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment