diff options
| author | Michael Merickel <michael@merickel.org> | 2011-12-27 09:50:10 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2011-12-27 09:50:10 -0600 |
| commit | 98360d6f960e666ecc199728b55892eddcf586bb (patch) | |
| tree | 997a05d0c7132ef4a018b0ccf77a47f4d718ea64 /docs/tutorials/wiki | |
| parent | b6c0fa00fbbbc3a9ceff495fa6442a267b4e45ed (diff) | |
| download | pyramid-98360d6f960e666ecc199728b55892eddcf586bb.tar.gz pyramid-98360d6f960e666ecc199728b55892eddcf586bb.tar.bz2 pyramid-98360d6f960e666ecc199728b55892eddcf586bb.zip | |
garden
Diffstat (limited to 'docs/tutorials/wiki')
| -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 |
