diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-11-15 19:39:28 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-11-15 19:39:28 +0000 |
| commit | 3b3dd87fbfe7503eac7e12cfd4cbf9f1340379d9 (patch) | |
| tree | 5c7a512f22ac92915340299ca6af32d525132489 /docs | |
| parent | cdf3212a3b56c46653e68bb092af656a20c9224f (diff) | |
| download | pyramid-3b3dd87fbfe7503eac7e12cfd4cbf9f1340379d9.tar.gz pyramid-3b3dd87fbfe7503eac7e12cfd4cbf9f1340379d9.tar.bz2 pyramid-3b3dd87fbfe7503eac7e12cfd4cbf9f1340379d9.zip | |
Typo.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/traversal.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index 6ed2dabd1..38b90c8e2 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -31,10 +31,10 @@ 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: -*container* nodes 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 method is -how Python itself typically determines whether an object is +*container* nodes posess 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 +method is how Python itself typically determines whether an object is "containerish" or not. A container node is presumed to be willing to return a child node or |
