Steve Piercy
2013-12-12 1e8a6b885784280e7304b609fb5282e26cd58674
Merge pull request #1208 from whiteroses/master

Fix a typo.
1 files modified
2 ■■■ changed files
pyramid/url.py 2 ●●● patch | view | raw | blame | history
pyramid/url.py
@@ -359,7 +359,7 @@
        .. warning:: if no ``elements`` arguments are specified, the resource
                     URL will end with a trailing slash.  If any
                     ``elements`` are used, the generated URL will *not*
                     end in trailing a slash.
                     end in a trailing slash.
        If a keyword argument ``query`` is present, it will be used to compose
        a query string that will be tacked on to the end of the URL.  The value