diff options
| -rw-r--r-- | docs/narr/traversal.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index 223d5c671..a99df7ec8 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -441,7 +441,7 @@ At this point, traversal has ended, and :term:`view lookup` begins. Because it's the "context", the view lookup machinery examines "bar" to find out what "type" it is. Let's say it finds that the context is -an ``Bar`` type (because "bar" happens to be an instance of the class +a ``Bar`` type (because "bar" happens to be an instance of the class ``Bar``). Using the :term:`view name` (``baz``) and the type, view lookup asks the :term:`application registry` this question: |
