summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-11-23 15:54:53 -0600
committerMichael Merickel <michael@merickel.org>2018-11-23 15:54:53 -0600
commitb404d4b29e5eaa08fb38e9bd4818e1a2d390c10b (patch)
tree93c4a558528127e3a272ac4f1c531341f5c328f6 /docs/glossary.rst
parent6918b285ba2db917b640a0d715bc70fecfd2fabe (diff)
downloadpyramid-b404d4b29e5eaa08fb38e9bd4818e1a2d390c10b.tar.gz
pyramid-b404d4b29e5eaa08fb38e9bd4818e1a2d390c10b.tar.bz2
pyramid-b404d4b29e5eaa08fb38e9bd4818e1a2d390c10b.zip
fix a couple more doc strings
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 97806d958..e21ae2fdc 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -523,7 +523,7 @@ Glossary
from the :term:`physical root`. For example, the physical path of the
``abc`` subobject of the physical root object is ``/abc``. Physical paths
can also be specified as tuples where the first element is the empty
- string (representing the root), and every other element is a string,
+ string (representing the root), and every other element is a Unicode string,
e.g. ``('', 'abc')``. Physical paths are also sometimes called
"traversal paths".