summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.5.rst
diff options
context:
space:
mode:
authorOmid Raha <omidraha.com@gmail.com>2014-04-23 15:27:26 +0430
committerOmid Raha <omidraha.com@gmail.com>2014-04-23 15:27:26 +0430
commitde2721019b20452217062a8fa447c60816d5e336 (patch)
tree273b139121192d67c11e367a398d42ee693765e1 /docs/whatsnew-1.5.rst
parentb13a78db3350cadf77183cac0a71860804fdde75 (diff)
downloadpyramid-de2721019b20452217062a8fa447c60816d5e336.tar.gz
pyramid-de2721019b20452217062a8fa447c60816d5e336.tar.bz2
pyramid-de2721019b20452217062a8fa447c60816d5e336.zip
Remove repeated word.
Remove repeated `use` word.
Diffstat (limited to 'docs/whatsnew-1.5.rst')
-rw-r--r--docs/whatsnew-1.5.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.5.rst b/docs/whatsnew-1.5.rst
index 65e8393f8..455822aaa 100644
--- a/docs/whatsnew-1.5.rst
+++ b/docs/whatsnew-1.5.rst
@@ -386,7 +386,7 @@ Other Backwards Incompatibilities
- If you send an ``X-Vhm-Root`` header with a value that ends with a slash (or
any number of slashes), the trailing slash(es) will be removed before a URL
- is generated when you use use :meth:`~pyramid.request.Request.resource_url`
+ is generated when you use :meth:`~pyramid.request.Request.resource_url`
or :meth:`~pyramid.request.Request.resource_path`. Previously the virtual
root path would not have trailing slashes stripped, which would influence URL
generation.