summaryrefslogtreecommitdiff
path: root/docs/narr/upgrading.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2013-11-16 16:13:02 -0800
committerSteve Piercy <web@stevepiercy.com>2013-11-16 16:13:02 -0800
commite697c98813a4acd332da5688867e799adfc9b835 (patch)
treec979ca54739133a35f1d61980c6078c6e42c6827 /docs/narr/upgrading.rst
parent94b754aac45e235b5b11a60489395b77c8195fdc (diff)
parentbd897bbcfd936d36ad9877a2f00792454767b7fb (diff)
downloadpyramid-e697c98813a4acd332da5688867e799adfc9b835.tar.gz
pyramid-e697c98813a4acd332da5688867e799adfc9b835.tar.bz2
pyramid-e697c98813a4acd332da5688867e799adfc9b835.zip
Merge pull request #1193 from ztane/master
Indentation fixes
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