From f17a4a48783d9f76c634c173bb974d8baa297ef3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 21 Jan 2010 05:22:06 +0000 Subject: --- docs/errata.rst | 17 +++++++++++++++++ docs/narr/traversal.rst | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 docs/errata.rst (limited to 'docs') diff --git a/docs/errata.rst b/docs/errata.rst new file mode 100644 index 000000000..54a85b3bd --- /dev/null +++ b/docs/errata.rst @@ -0,0 +1,17 @@ +Errata for "The repoze.bfg Web Framework, Version 1.2" Printed Edition +====================================================================== + +pp. 66 +------ + +The sentence: + + "Technically, traversal is a repoze.bfg subsystem that is separated + from traversal entirely." + +Should read: + + "Technically, view lookup is a repoze.bfg subsystem that is + separated from traversal entirely." + + diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index 9337d7943..eb53f94a7 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -280,7 +280,7 @@ specific object graph. We'll also talk a bit about :term:`view lookup` . The :ref:`views_chapter` chapter discusses :term:`view lookup` in detail, and it is the canonical source for information about views. -Technically, :term:`traversal` is a :mod:`repoze.bfg` subsystem that +Technically, :term:`view lookup` is a :mod:`repoze.bfg` subsystem that is separated from traversal entirely. However, we'll describe the fundamental behavior of view lookup in the examples in the next few sections to give you an idea of how traversal and view lookup -- cgit v1.2.3