diff options
| author | Pavlo Kapyshin <i@93z.org> | 2015-01-07 14:42:27 +0200 |
|---|---|---|
| committer | Pavlo Kapyshin <i@93z.org> | 2015-01-07 14:42:27 +0200 |
| commit | ef2a4abb2850af8d21995f04e9f30e6a8949ff9d (patch) | |
| tree | b9c4ade5704fd9fd6470089680493222e0759915 /docs/narr/hybrid.rst | |
| parent | 2d659e41d01926acaa8670c4d20be20300bcedb7 (diff) | |
| download | pyramid-ef2a4abb2850af8d21995f04e9f30e6a8949ff9d.tar.gz pyramid-ef2a4abb2850af8d21995f04e9f30e6a8949ff9d.tar.bz2 pyramid-ef2a4abb2850af8d21995f04e9f30e6a8949ff9d.zip | |
Fix "pyramid" spelling
Diffstat (limited to 'docs/narr/hybrid.rst')
| -rw-r--r-- | docs/narr/hybrid.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/hybrid.rst b/docs/narr/hybrid.rst index 4a3258d35..1c324d22b 100644 --- a/docs/narr/hybrid.rst +++ b/docs/narr/hybrid.rst @@ -453,7 +453,7 @@ commonly in route declarations that look like this: .. code-block:: python :linenos: - from pryamid.static import static_view + from pyramid.static import static_view www = static_view('mypackage:static', use_subpath=True) |
