diff options
| author | Michael Merickel <michael@merickel.org> | 2018-11-19 21:35:37 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-11-19 21:35:37 -0600 |
| commit | 8c943501e87bed7836bb9ec1b216a561cc3f6be6 (patch) | |
| tree | 1008b955958d13fdb68dd6b5c8e2494347b3d094 /docs/narr/hooks.rst | |
| parent | e5253db2bfe3fa42f03a6ef10f353674b497afb4 (diff) | |
| download | pyramid-8c943501e87bed7836bb9ec1b216a561cc3f6be6.tar.gz pyramid-8c943501e87bed7836bb9ec1b216a561cc3f6be6.tar.bz2 pyramid-8c943501e87bed7836bb9ec1b216a561cc3f6be6.zip | |
rip out moar unicode prefixes
Diffstat (limited to 'docs/narr/hooks.rst')
| -rw-r--r-- | docs/narr/hooks.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst index 9f405c336..5e67a81c7 100644 --- a/docs/narr/hooks.rst +++ b/docs/narr/hooks.rst @@ -659,15 +659,15 @@ that implements the following interface: ``virtual_root``, and ``virtual_root_path``. These values are typically the result of a resource tree traversal. ``root`` is the physical root object, ``context`` will be a resource - object, ``view_name`` will be the view name used (a Unicode - name), ``subpath`` will be a sequence of Unicode names that + object, ``view_name`` will be the view name used (a string), + ``subpath`` will be a sequence of strings that followed the view name but were not traversed, ``traversed`` - will be a sequence of Unicode names that were traversed + will be a sequence of strings that were traversed (including the virtual root path, if any) ``virtual_root`` will be a resource object representing the virtual root (or the physical root if traversal was not performed), and ``virtual_root_path`` will be a sequence representing the - virtual root path (a sequence of Unicode names) or None if + virtual root path (a sequence of strings) or None if traversal was not performed. Extra keys for special purpose functionality can be added as |
