diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-06-22 00:41:20 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-06-22 00:41:20 +0000 |
| commit | 4f8abe456d5d5e1dc9866f0a0686dc359d9464c5 (patch) | |
| tree | ac44cb0d1622a8e1926df1e311851efe31ba8bdc | |
| parent | 3f224a5dd830cc52572886f8d11e810eeeab970a (diff) | |
| download | pyramid-4f8abe456d5d5e1dc9866f0a0686dc359d9464c5.tar.gz pyramid-4f8abe456d5d5e1dc9866f0a0686dc359d9464c5.tar.bz2 pyramid-4f8abe456d5d5e1dc9866f0a0686dc359d9464c5.zip | |
Gardening.
| -rw-r--r-- | docs/glossary.rst | 2 | ||||
| -rw-r--r-- | docs/narr/hybrid.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 41453b836..319483466 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -254,7 +254,7 @@ Glossary mappings. In terms of :mod:`repoze.bfg`, a Route can supplant graph traversal when deciding which *view* should be called. See :ref:`urldispatch_chapter` for more information about Routes integration - in bfg. + in :mod:`repoze.bfg`. Route A single pattern matched by the :term:`Routes` subsystem, which generally resolves to a :term:`root factory` (and then ultimately diff --git a/docs/narr/hybrid.rst b/docs/narr/hybrid.rst index 86ae11166..66c1b55fc 100644 --- a/docs/narr/hybrid.rst +++ b/docs/narr/hybrid.rst @@ -130,7 +130,7 @@ looks like so: def __getitem__(self, name): return self.subobjects[name] - root = Traversable(None, None, + root = Traversable( {'a':Traversable({'b':Traversable({'c':Traversable({})})})}) def root_factory(environ): |
