diff options
| author | Michael Merickel <michael@merickel.org> | 2011-09-16 15:47:53 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2011-09-16 15:47:53 -0500 |
| commit | f4b0885084a0e1e390f0a6b65248170799b04760 (patch) | |
| tree | cc2bf32caef8806554d647ddf3d8de60a8f5ba9d /docs/whatsnew-1.2.rst | |
| parent | 63f65dbfcb5e7ef7864f8a954849597ba07a0299 (diff) | |
| download | pyramid-f4b0885084a0e1e390f0a6b65248170799b04760.tar.gz pyramid-f4b0885084a0e1e390f0a6b65248170799b04760.tar.bz2 pyramid-f4b0885084a0e1e390f0a6b65248170799b04760.zip | |
spelling error fixes issue #280
Diffstat (limited to 'docs/whatsnew-1.2.rst')
| -rw-r--r-- | docs/whatsnew-1.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.2.rst b/docs/whatsnew-1.2.rst index 8bc133bfa..49854a7e7 100644 --- a/docs/whatsnew-1.2.rst +++ b/docs/whatsnew-1.2.rst @@ -139,7 +139,7 @@ Minor Feature Additions - The :meth:`pyramid.request.Request.static_url` API (and its brethren :meth:`pyramid.request.Request.static_path`, :func:`pyramid.url.static_url`, and :func:`pyramid.url.static_path`) now - accept an asbolute filename as a "path" argument. This will generate a URL + accept an absolute filename as a "path" argument. This will generate a URL to an asset as long as the filename is in a directory which was previously registered as a static view. Previously, trying to generate a URL to an asset using an absolute file path would raise a ValueError. |
