From dd53c0217b8eae5ffb0092c98ddab2afd2702ce1 Mon Sep 17 00:00:00 2001 From: Josh VanderLinden Date: Thu, 30 Dec 2010 20:33:54 -0500 Subject: [PATCH] Fixed some reStructuredText problems in the README --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0a9b987..38aae19 100644 --- a/README.rst +++ b/README.rst @@ -144,8 +144,9 @@ address. You can allow this IP to attempt again by deleting the relevant You can also use the ``reset`` function in ``axes.utils`` Run ``manage.py shell`` and then ``from axes.utils import reset``. - * ``reset()`` will reset all lockouts and access records. - * ``reset(ip)`` will clear lockout/records for ip + +* ``reset()`` will reset all lockouts and access records. +* ``reset(ip)`` will clear lockout/records for ip ``reset`` will print a message to std out if there is nothing to reset, unless called with ``silent = True``