summaryrefslogtreecommitdiff
path: root/docs/narr/traversal.rst
diff options
context:
space:
mode:
authorMichael Merickel <github@m.merickel.org>2018-11-20 13:40:48 -0600
committerGitHub <noreply@github.com>2018-11-20 13:40:48 -0600
commit6918b285ba2db917b640a0d715bc70fecfd2fabe (patch)
tree00c9160a2f9ac1d8a50bdc8ab28088e3a7aa3c82 /docs/narr/traversal.rst
parent8c943501e87bed7836bb9ec1b216a561cc3f6be6 (diff)
parentb1c500c3d4cb269aed254742501040c1c64367c2 (diff)
downloadpyramid-6918b285ba2db917b640a0d715bc70fecfd2fabe.tar.gz
pyramid-6918b285ba2db917b640a0d715bc70fecfd2fabe.tar.bz2
pyramid-6918b285ba2db917b640a0d715bc70fecfd2fabe.zip
Merge pull request #7 from stevepiercy/drop-py2
miscellaneous grammar and syntax fixes
Diffstat (limited to 'docs/narr/traversal.rst')
-rw-r--r--docs/narr/traversal.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst
index 769d0984c..0282c6096 100644
--- a/docs/narr/traversal.rst
+++ b/docs/narr/traversal.rst
@@ -242,7 +242,7 @@ uses this algorithm to find a :term:`context` resource and a :term:`view name`.
Conversion from a URL-decoded string into Unicode is attempted using the
UTF-8 encoding. If any URL-unquoted path segment in ``PATH_INFO`` is not
decodeable using the UTF-8 decoding, a :exc:`TypeError` is raised. A
- segment will be fully URL-unquoted and UTF8-decoded before it is passed in
+ segment will be fully URL-unquoted and UTF-8-decoded before it is passed in
to the ``__getitem__`` of any resource during traversal.
Thus a request with a ``PATH_INFO`` variable of ``/a/b/c`` maps to the