diff options
| author | Michael Merickel <michael@merickel.org> | 2011-12-27 09:50:39 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2011-12-27 09:50:39 -0600 |
| commit | cd5fd7cc06939ea7dc26371f687ffaeb58a0e491 (patch) | |
| tree | af0dfe94b06d3ce500ec99d5ec5bfac0a3e910da /docs | |
| parent | d394da5175fece8388f2fc0dfd906942faa6f2ed (diff) | |
| download | pyramid-cd5fd7cc06939ea7dc26371f687ffaeb58a0e491.tar.gz pyramid-cd5fd7cc06939ea7dc26371f687ffaeb58a0e491.tar.bz2 pyramid-cd5fd7cc06939ea7dc26371f687ffaeb58a0e491.zip | |
garden
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tutorials/wiki/basiclayout.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/basiclayout.rst b/docs/tutorials/wiki/basiclayout.rst index 56f817a85..308c8e292 100644 --- a/docs/tutorials/wiki/basiclayout.rst +++ b/docs/tutorials/wiki/basiclayout.rst @@ -10,7 +10,7 @@ The source code for this tutorial stage can be browsed via `http://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki/src/basiclayout/ <http://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki/src/basiclayout/>`_. -Appplication Configuration with ``__init__.py`` +Application Configuration with ``__init__.py`` ------------------------------------------------ A directory on disk can be turned into a Python :term:`package` by containing |
