summaryrefslogtreecommitdiff
path: root/docs/narr/upgrading.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-13 02:08:21 -0400
committerChris McDonough <chrism@plope.com>2012-09-13 02:08:21 -0400
commit1b58346235c9d2284dde4872734f65e35eb9fdde (patch)
treefd01dce05024dc0ab938fe6d0e10aa128a16d6c7 /docs/narr/upgrading.rst
parentbc70bd1fddd0c3e4ef1a6fb3543f54728af7e749 (diff)
downloadpyramid-1b58346235c9d2284dde4872734f65e35eb9fdde.tar.gz
pyramid-1b58346235c9d2284dde4872734f65e35eb9fdde.tar.bz2
pyramid-1b58346235c9d2284dde4872734f65e35eb9fdde.zip
docs rendering
Diffstat (limited to 'docs/narr/upgrading.rst')
-rw-r--r--docs/narr/upgrading.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/narr/upgrading.rst b/docs/narr/upgrading.rst
index 19cc2f4e6..e52c129fa 100644
--- a/docs/narr/upgrading.rst
+++ b/docs/narr/upgrading.rst
@@ -120,7 +120,10 @@ the deprecation warning from being issued. For example:
$ python -Wd setup.py test -q
# .. elided ...
running build_ext
- /home/chrism/projects/pyramid/env27/myproj/myproj/views.py:3: DeprecationWarning: static: The "pyramid.view.static" class is deprecated as of Pyramid 1.1; use the "pyramid.static.static_view" class instead with the "use_subpath" argument set to True.
+ /home/chrism/projects/pyramid/env27/myproj/myproj/views.py:3:
+ DeprecationWarning: static: The "pyramid.view.static" class is deprecated
+ as of Pyramid 1.1; use the "pyramid.static.static_view" class instead with
+ the "use_subpath" argument set to True.
from pyramid.view import static
.
----------------------------------------------------------------------