Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Feb 20, 2016
1 parent c295cd5 commit 801f94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -85,7 +85,7 @@ example a ``HomeController`` class will be looked for into the ``home.py`` modul
serve the */*, */json* and */unex* paths through its ``index``, ``jsonexposed`` and
``unexposed`` methods.

In case both a ``mapper`` attribute and ``@route`` decorator are uside inside the same
In case both a ``mapper`` attribute and ``@route`` decorator are used inside the same
``RoutedController``, the ``@route`` decorator is applied after the mapper routes.

For more documentation about routes refer to `Routes Documentation <http://routes.readthedocs.org>`_

0 comments on commit 801f94f

Please sign in to comment.