Skip to content

Commit

Permalink
Fixing out of date docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Jun 18, 2015
1 parent 5e1aff5 commit 915cc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Import::
from ratelimit.utils import is_ratelimited


.. py:function:: is_ratelimited(request, group=None, key=, rate=None, method=ALL)
.. py:function:: is_ratelimited(request, group=None, key=, rate=None, method=ALL, increment=False)
:arg request:
*None* The HTTPRequest object.
Expand Down Expand Up @@ -225,7 +225,7 @@ Import::
list/tuple, or ``None`` for all methods.

:arg increment:
*True* Whether to increment the count or just check.
*False* Whether to increment the count or just check.


.. _usage-exception:
Expand Down

0 comments on commit 915cc66

Please sign in to comment.