Skip to content

Commit

Permalink
Merge pull request #221 from bengmur/fix-url-gen-typo
Browse files Browse the repository at this point in the history
Fix a typo in the "URL generation" section
  • Loading branch information
stevepiercy committed Oct 23, 2019
2 parents 2ecf43f + bf1a938 commit 1d30ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ Kacper Krupa, 07/10/2018
Jonathan Vanasco, 07/11/2018
Jack Desert, 07/11/2018
Marcin Lulek, 08/26/2018
Benjamin Gmurczyk, 10/23/2019
2 changes: 1 addition & 1 deletion docs/pylons/other.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fragment. Other special keyword arguments are ``_scheme``, ``_host``,
``_port``, and ``_app_url``.

The advantage of using these methods rather than hardcoding the URL, is that it
automatically addds the application prefix (which may be something more than
automatically adds the application prefix (which may be something more than
"/" if the application is mounted on a sub-URL).

You can also pass additional positional arguments, and they will be appended
Expand Down

0 comments on commit 1d30ccc

Please sign in to comment.