diff options
| author | Marius Gedminas <marius@gedmin.as> | 2010-11-07 18:26:34 +0200 |
|---|---|---|
| committer | Marius Gedminas <marius@gedmin.as> | 2010-11-07 18:26:34 +0200 |
| commit | 9d33a1f071df207878b45df2cd5512dae1087bb3 (patch) | |
| tree | 85aa57bfc252b536c0bccf155e6ad2aad01296eb /docs/narr/static.rst | |
| parent | 9504d9ae6beac35d1c2a2114d4236a056105c3d9 (diff) | |
| download | pyramid-9d33a1f071df207878b45df2cd5512dae1087bb3.tar.gz pyramid-9d33a1f071df207878b45df2cd5512dae1087bb3.tar.bz2 pyramid-9d33a1f071df207878b45df2cd5512dae1087bb3.zip | |
Minor documentation fixes.
Diffstat (limited to 'docs/narr/static.rst')
| -rw-r--r-- | docs/narr/static.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/static.rst b/docs/narr/static.rst index a60b84445..90ee61f6c 100644 --- a/docs/narr/static.rst +++ b/docs/narr/static.rst @@ -120,7 +120,7 @@ imperative configuration for the same purpose. Generating Static Resource URLs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -When a :meth:`pyramid.configuration.Configurator.add_static_view`` method is +When a :meth:`pyramid.configuration.Configurator.add_static_view` method is used to register a static resource directory, a special helper API named :func:`pyramid.static_url` can be used to generate the appropriate URL for a package resource that lives in one of the directories named by the static |
