summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-11-15 19:40:46 +0000
committerChris McDonough <chrism@agendaless.com>2008-11-15 19:40:46 +0000
commit5d48219c8834c84c1fc437c7013f83ca4b281cb2 (patch)
treefe2380c613c00b53778ad6c2271a114a669b4047
parent61996474515897fd05a9ae92376335475aeef875 (diff)
downloadpyramid-5d48219c8834c84c1fc437c7013f83ca4b281cb2.tar.gz
pyramid-5d48219c8834c84c1fc437c7013f83ca4b281cb2.tar.bz2
pyramid-5d48219c8834c84c1fc437c7013f83ca4b281cb2.zip
Grammar.
-rw-r--r--docs/narr/traversal.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst
index 931da512d..f85c012e6 100644
--- a/docs/narr/traversal.rst
+++ b/docs/narr/traversal.rst
@@ -30,7 +30,7 @@ Items contained within the graph are analogous to the concept of
typically instances of Python classes.
The model graph consists of *container* nodes and *leaf* nodes. There
-is only one difference between *container* node and a *leaf* node:
+is only one difference between a *container* node and a *leaf* node:
*container* nodes possess a ``__getitem__`` method while *leaf* nodes
do not. The ``__getitem__`` method was chosen as the signifying
difference between the two types of nodes because the presence of this