diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-26 21:57:09 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-26 21:57:09 -0500 |
| commit | 7420d3a6983a668b0f2e7ff22be30cff81e0e2b0 (patch) | |
| tree | 3848cb54d51ee8244e916e1706fd5181465b6e09 /docs/narr | |
| parent | 4062f104319f471952657947c8eaa29e0622d1e3 (diff) | |
| download | pyramid-7420d3a6983a668b0f2e7ff22be30cff81e0e2b0.tar.gz pyramid-7420d3a6983a668b0f2e7ff22be30cff81e0e2b0.tar.bz2 pyramid-7420d3a6983a668b0f2e7ff22be30cff81e0e2b0.zip | |
wording
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/assets.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/narr/assets.rst b/docs/narr/assets.rst index 50879ef22..f147426ce 100644 --- a/docs/narr/assets.rst +++ b/docs/narr/assets.rst @@ -66,11 +66,11 @@ two parts: The two parts are separated by the colon character. -:app:`Pyramid` uses the :term:`pkg_resources` API to resolve the package name -and asset name to an absolute (operating-system-specific) file name. It -eventually passes this resolved absolute filesystem path to the Chameleon -templating engine, which then uses it to load, parse, and execute the -template file. +:app:`Pyramid` uses the Python :term:`pkg_resources` API to resolve the +package name and asset name to an absolute (operating-system-specific) file +name. It eventually passes this resolved absolute filesystem path to the +Chameleon templating engine, which then uses it to load, parse, and execute +the template file. There is a second form of asset specification: a *relative* asset specification. Instead of using an "absolute" asset specification which |
