summaryrefslogtreecommitdiff
path: root/docs/narr/hybrid.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/hybrid.rst')
-rw-r--r--docs/narr/hybrid.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/hybrid.rst b/docs/narr/hybrid.rst
index 34f606a97..4ff5df493 100644
--- a/docs/narr/hybrid.rst
+++ b/docs/narr/hybrid.rst
@@ -138,7 +138,7 @@ looks like so:
root = Traversable(
{'a':Traversable({'b':Traversable({'c':Traversable({})})})})
- def root_factory(environ):
+ def root_factory(request):
return root
We've defined a bogus graph here that can be traversed, and a