Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jun 26, 2017
1 parent b8a2626 commit 63b6c0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/web.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ You can also specify a custom regex in the form ``{identifier:regex}``::
.. note::

Regex should match against *percent encoded* URL
(``request.rel_url_raw_path``). E.g. *space character* is encoded
(``request.raw_path``). E.g. *space character* is encoded
as ``%20``.

According to
Expand Down
3 changes: 2 additions & 1 deletion docs/web_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ and :ref:`aiohttp-web-signals` handlers.
.. attribute:: raw_path

The URL including raw *PATH INFO* without the host or scheme.
Warning, the path may be quoted and may contains non valid URL characters, e.g.
Warning, the path may be quoted and may contains non valid URL
characters, e.g.
``/my%2Fpath%7Cwith%21some%25strange%24characters``.

For unquoted version please take a look on :attr:`path`.
Expand Down

0 comments on commit 63b6c0e

Please sign in to comment.