Browse Source

More touches to documentation

Rafał Pitoń 11 years ago
parent
commit
69a1c876d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/exceptions.rst

+ 1 - 1
docs/exceptions.rst

@@ -4,7 +4,7 @@ Misago Exceptions
 
 In addition to exceptions defined by `Django <https://docs.djangoproject.com/en/dev/ref/exceptions/>`_ and standard Python exceptions, Misago raises its own exceptions.
 
-All Misago exceptions can be found in :py:mod:`misago.core.exceptions`.
+All Misago exceptions can be found in :py:mod:`misago.core.exceptions` module.
 
 
 PermissionDenied