diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-07-05 22:25:26 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-07-05 22:25:26 +0000 |
| commit | 727d349420b2f303bd8bb09fbd506113c8ac0f5c (patch) | |
| tree | c72d17b06f0b2e8be2fa82ac33b9ee5218cf47e9 /docs/narr/resources.rst | |
| parent | 957a9366a72d4ee406e671e4e3652f85e9a5217c (diff) | |
| download | pyramid-727d349420b2f303bd8bb09fbd506113c8ac0f5c.tar.gz pyramid-727d349420b2f303bd8bb09fbd506113c8ac0f5c.tar.bz2 pyramid-727d349420b2f303bd8bb09fbd506113c8ac0f5c.zip | |
Spellcheck.
Diffstat (limited to 'docs/narr/resources.rst')
| -rw-r--r-- | docs/narr/resources.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst index 4a042f140..5df23b2fe 100644 --- a/docs/narr/resources.rst +++ b/docs/narr/resources.rst @@ -11,9 +11,9 @@ example, each of the following is a resource: - a GIF image file contained within a Python package. -- a CSS file contined within a Python package. +- a CSS file contained within a Python package. -- a Javascript source file contained within a Python package. +- a JavaScript source file contained within a Python package. - A directory within a package that does not have an ``__init__.py`` in it (if it possessed an ``__init__.py`` it would *be* a package). @@ -94,7 +94,7 @@ following kinds of resources defined in any Python package: - Individual :term:`Chameleon` templates. -- A directory containing multuple Chameleon templates. +- A directory containing multiple Chameleon templates. - Individual static files served up by an instance of the ``repoze.bfg.view.static`` helper class. |
