summaryrefslogtreecommitdiff
path: root/docs/narr/introspector.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/introspector.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/introspector.rst')
-rw-r--r--docs/narr/introspector.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/introspector.rst b/docs/narr/introspector.rst
index 3c0a6744f..a7bde4cf7 100644
--- a/docs/narr/introspector.rst
+++ b/docs/narr/introspector.rst
@@ -24,7 +24,7 @@ Here's an example of using Pyramid's introspector from within a view
callable:
.. code-block:: python
- :linenos:
+ :linenos:
from pyramid.view import view_config
from pyramid.response import Response
@@ -100,7 +100,7 @@ its ``__getitem__``, ``get``, ``keys``, ``values``, or ``items`` methods.
For example:
.. code-block:: python
- :linenos:
+ :linenos:
route_intr = introspector.get('routes', 'edit_user')
pattern = route_intr['pattern']