diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-06-22 00:34:57 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-06-22 00:34:57 +0000 |
| commit | 3f224a5dd830cc52572886f8d11e810eeeab970a (patch) | |
| tree | 3029f9d99423d0133a91cf5381d6aed1a0ca6522 /docs/tutorials | |
| parent | 8c9514b39afe7bcd18c5e5e8682100d23117861b (diff) | |
| download | pyramid-3f224a5dd830cc52572886f8d11e810eeeab970a.tar.gz pyramid-3f224a5dd830cc52572886f8d11e810eeeab970a.tar.bz2 pyramid-3f224a5dd830cc52572886f8d11e810eeeab970a.zip | |
Gardening.
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/bfgwiki2/basiclayout.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/bfgwiki2/basiclayout.rst b/docs/tutorials/bfgwiki2/basiclayout.rst index 4b549caf7..89457b602 100644 --- a/docs/tutorials/bfgwiki2/basiclayout.rst +++ b/docs/tutorials/bfgwiki2/basiclayout.rst @@ -50,7 +50,7 @@ XML namespace. Our sample ZCML file looks like the following: declaration, we're saying that any URL that starts with ``/static`` should go to the static view; any remainder of its path (e.g. the ``/foo`` in ``/static/foo``) will be used to compose a path to a - static file resource (CSS and such). + static file resource (CSS and such). Content Models with ``models.py`` --------------------------------- |
