diff options
| author | Marius Gedminas <marius@gedmin.as> | 2010-11-17 20:38:00 +0200 |
|---|---|---|
| committer | Marius Gedminas <marius@gedmin.as> | 2010-11-17 20:38:00 +0200 |
| commit | 8c6a4cea3ed0e588ffa395a99859cb1ac780360f (patch) | |
| tree | 09c112639e3dbd0774179bd1dcfbe98bf06e21ee /docs/narr/hybrid.rst | |
| parent | 06c20074f0e3e624ba69ed6b6e4d0b17649ce9e6 (diff) | |
| download | pyramid-8c6a4cea3ed0e588ffa395a99859cb1ac780360f.tar.gz pyramid-8c6a4cea3ed0e588ffa395a99859cb1ac780360f.tar.bz2 pyramid-8c6a4cea3ed0e588ffa395a99859cb1ac780360f.zip | |
More ReStructuredText fixes in docstrings.
(After a recursive grep for ':[a-z]*:`[A-Z0-9a-z._]*``')
Diffstat (limited to 'docs/narr/hybrid.rst')
| -rw-r--r-- | docs/narr/hybrid.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/hybrid.rst b/docs/narr/hybrid.rst index 61ac68d5d..b89d10c9f 100644 --- a/docs/narr/hybrid.rst +++ b/docs/narr/hybrid.rst @@ -358,7 +358,7 @@ Using the ``traverse`` Argument In a Route Definition Rather than using the ``*traverse`` remainder marker in a pattern, you can use the ``traverse`` argument to the -:meth:`pyramid.configuration.Configurator.add_route`` method. +:meth:`pyramid.configuration.Configurator.add_route` method. When you use the ``*traverse`` remainder marker, the traversal path is limited to being the remainder segments of a request URL when a route |
