From 5d48219c8834c84c1fc437c7013f83ca4b281cb2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 15 Nov 2008 19:40:46 +0000 Subject: Grammar. --- docs/narr/traversal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/traversal.rst') 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 -- cgit v1.2.3