summaryrefslogtreecommitdiff
path: root/docs/narr/upgrading.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-12-05 12:36:37 -0500
committerChris McDonough <chrism@plope.com>2013-12-05 12:36:37 -0500
commitb13969deeb80dd9aa5130d16ea712b323ac3bafe (patch)
treeb4f446fb193f9e8401e9425ca39b90feea8eea65 /docs/narr/upgrading.rst
parent4065081434a455a61377c770705375e085be8f16 (diff)
parent3a950cb42ee450a02d567b25bcb2847f586eabfa (diff)
downloadpyramid-b13969deeb80dd9aa5130d16ea712b323ac3bafe.tar.gz
pyramid-b13969deeb80dd9aa5130d16ea712b323ac3bafe.tar.bz2
pyramid-b13969deeb80dd9aa5130d16ea712b323ac3bafe.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/narr/upgrading.rst')
-rw-r--r--docs/narr/upgrading.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/upgrading.rst b/docs/narr/upgrading.rst
index 64343ca3e..eb3194a65 100644
--- a/docs/narr/upgrading.rst
+++ b/docs/narr/upgrading.rst
@@ -137,7 +137,7 @@ In the above case, it's line #3 in the ``myproj.views`` module (``from
pyramid.view import static``) that is causing the problem:
.. code-block:: python
- :linenos:
+ :linenos:
from pyramid.view import view_config
@@ -148,7 +148,7 @@ The deprecation warning tells me how to fix it, so I can change the code to
do things the newer way:
.. code-block:: python
- :linenos:
+ :linenos:
from pyramid.view import view_config