diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2011-01-18 20:17:27 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2011-01-18 20:17:27 -0700 |
| commit | fdfdd863a6bcf33f79b54b1b6a18e5738c55518c (patch) | |
| tree | a4a24e9306d81f57fe83758e4567fa0b61f4f325 /docs | |
| parent | 6430c7b3aa3f2f1e47d3a647a70c0a953fcbb23c (diff) | |
| download | pyramid-fdfdd863a6bcf33f79b54b1b6a18e5738c55518c.tar.gz pyramid-fdfdd863a6bcf33f79b54b1b6a18e5738c55518c.tar.bz2 pyramid-fdfdd863a6bcf33f79b54b1b6a18e5738c55518c.zip | |
resource => asset
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/extending.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/extending.rst b/docs/narr/extending.rst index eb7f0b24e..0f20d95aa 100644 --- a/docs/narr/extending.rst +++ b/docs/narr/extending.rst @@ -196,7 +196,7 @@ like this: :ref:`creating_a_project` for more information. - In the new package, create Python files containing views and other - overridden elements, such as templates and static resources as necessary. + overridden elements, such as templates and static assets as necessary. - Install the new package into the same Python environment as the original application (e.g. ``python setup.py develop`` or ``python setup.py |
