diff --git a/docs/web_reference.rst b/docs/web_reference.rst index f6fd288dfab..cbd03b4d76e 100644 --- a/docs/web_reference.rst +++ b/docs/web_reference.rst @@ -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` spec. - +There are three concrete route classes: * :class:`PlainRoute` for urls without :ref:`variable - pathes` + pathes` spec. * :class:`DynamicRoute` for urls with :ref:`variable pathes` spec.