:mod: directive is nicer here

This commit is contained in:
Marko Tibold 2012-01-02 18:42:22 +01:00
parent 9871532746
commit 7a3d97a2fc

View File

@ -60,7 +60,7 @@ both::
permissions = (PerUserThrottling, Isauthenticated)
To see what other throttles are available, have a look at the :doc:`../library/permissions` module.
To see what other throttles are available, have a look at the :mod:`permissions` module.
If you want to implement your own authentication method, then refer to the :doc:`../library/authentication`
If you want to implement your own authentication method, then refer to the :mod:`authentication`
module.