Skip to content

Commit

Permalink
Merge pull request #67 from dsanders11/dsanders11-patch-1
Browse files Browse the repository at this point in the history
Fixing out of date docs
  • Loading branch information
jsocol committed Jun 19, 2015
2 parents 5e1aff5 + 915cc66 commit e0f3bcd
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 e0f3bcd

Please sign in to comment.