Skip to content

Commit

Permalink
Merge pull request #53 from di/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
alisaifee committed Apr 22, 2020
2 parents c91133d + 442ea28 commit a33505b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/index.rst
Expand Up @@ -62,7 +62,7 @@ Clear a limit::

assert True == moving_window.hit(one_per_minute, "test_namespace", "foo")
assert False == moving_window.hit(one_per_minute, "test_namespace", "foo")
moving_window.clear(one_per_minute", "test_namespace", "foo")
moving_window.clear(one_per_minute, "test_namespace", "foo")
assert True == moving_window.hit(one_per_minute, "test_namespace", "foo")


Expand Down

0 comments on commit a33505b

Please sign in to comment.