diff options
Diffstat (limited to 'docs/narr/configuration.rst')
| -rw-r--r-- | docs/narr/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst index 435ec7a83..66ecd486c 100644 --- a/docs/narr/configuration.rst +++ b/docs/narr/configuration.rst @@ -187,7 +187,7 @@ filesystem. Let's take a look at that ``configure.zcml`` file again: Note that this file contains some XML, and that the XML contains a ``<view>`` :term:`configuration declaration` tag that references a :term:`dotted Python name`. This dotted name refers to the -``hello_world`` function that lives in our ``helloword`` Python +``hello_world`` function that lives in our ``helloworld`` Python module. This ``<view>`` declaration tag performs the same function as the |
