Skip to content

Commit

Permalink
Merge pull request #522 from rutsky/patch-2
Browse files Browse the repository at this point in the history
fix formatting + missing word
  • Loading branch information
asvetlov committed Sep 23, 2015
2 parents f758773 + 4dfe64b commit 113310b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/web_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1103,12 +1103,10 @@ passing it into *template engine* for example::

url = app.router['route_name'].url(query={'a': 1, 'b': 2})

There are three concrete route classes:* :class:`DynamicRoute` for
urls with :ref:`variable pathes<aiohttp-web-variable-handler>` spec.

There are three concrete route classes:

* :class:`PlainRoute` for urls without :ref:`variable
pathes<aiohttp-web-variable-handler>`
pathes<aiohttp-web-variable-handler>` spec.

* :class:`DynamicRoute` for urls with :ref:`variable
pathes<aiohttp-web-variable-handler>` spec.
Expand Down

0 comments on commit 113310b

Please sign in to comment.