diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-07-02 17:25:25 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-07-02 17:25:25 +0000 |
| commit | fe84304296ef4e7f25e897561247ead9189d84e0 (patch) | |
| tree | ca54cb760fe018062e9b7e779a9b5efd2f3f003a /docs | |
| parent | b5104e12d5f4e8618b6bc21bf7a0da2bce62d8cb (diff) | |
| download | pyramid-fe84304296ef4e7f25e897561247ead9189d84e0.tar.gz pyramid-fe84304296ef4e7f25e897561247ead9189d84e0.tar.bz2 pyramid-fe84304296ef4e7f25e897561247ead9189d84e0.zip | |
Rendering.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/environment.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/narr/environment.rst b/docs/narr/environment.rst index abca73433..6a366f783 100644 --- a/docs/narr/environment.rst +++ b/docs/narr/environment.rst @@ -56,14 +56,15 @@ application-specific configuration settings. | | | ``package`` passed to ``make_app`` | | | | by the application. It may also | | | | take the form of a resource | -| | | "specification" which names both the | +| | | "specification" which names both the | | | | package name and a package-relative | | | | filename, e.g. | | | | ``dotted.package.name:path/to.zcml``. | | | | If it is a resource specification, | | | | both the *package* and the | -| | | *filename* passed to ``make_app`` are | -| | | overridden with the implied values. | +| | | *filename* passed to ``make_app`` | +| | | are overridden with the implied | +| | | values. | +---------------------------------+-----------------------------+----------------------------------------+ Examples |
