From 822ac0bfe1de00241be4dbbc557f92cff80d708a Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 6 Jan 2020 13:27:51 -0500 Subject: [PATCH] typo fix in comment --- src/_zkapauthorizer/tests/test_lease_maintenance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_zkapauthorizer/tests/test_lease_maintenance.py b/src/_zkapauthorizer/tests/test_lease_maintenance.py index add7d18..8f64c0f 100644 --- a/src/_zkapauthorizer/tests/test_lease_maintenance.py +++ b/src/_zkapauthorizer/tests/test_lease_maintenance.py @@ -118,7 +118,7 @@ def interval_means(): ).map( # By representing the result as a timedelta we avoid the cases where # 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. lambda s: timedelta(seconds=s), ) -- GitLab