Skip to content

Commit

Permalink
Drop an unnecessary colon
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Jun 6, 2021
1 parent e7ab01c commit 4daeb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/whats_new_1_1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ parameter. :class:`str` is still supported and will be supported forever.

Reverse URL processing for *router* has been changed.

The main API is :``aiohttp.web.Request.url_for``
The main API is ``aiohttp.web.Request.url_for``
which returns a :class:`yarl.URL` instance for named resource. It
does not support *query args* but adding *args* is trivial:
``request.url_for('named_resource', param='a').with_query(arg='val')``.
Expand Down

0 comments on commit 4daeb2c

Please sign in to comment.