summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-08-11 02:18:21 -0600
committerChris McDonough <chrism@plope.com>2012-08-11 02:18:21 -0600
commit32178572428cafec64f73dc06cad5c02feaceba8 (patch)
tree5dd7b01403139237971a025fc299c72b0e71ac2a /docs
parent6e01fe9fdd5f39641855507bf3367427e9ea4c15 (diff)
downloadpyramid-32178572428cafec64f73dc06cad5c02feaceba8.tar.gz
pyramid-32178572428cafec64f73dc06cad5c02feaceba8.tar.bz2
pyramid-32178572428cafec64f73dc06cad5c02feaceba8.zip
get heading levels right
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/introduction.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index b5fa6a9f7..7c0f9223f 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -803,7 +803,7 @@ within a function called when another user uses the
See also :ref:`add_directive`.
Programmatic Introspection
---------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~
If you're building a large system that other users may plug code into, it's
useful to be able to get an enumeration of what code they plugged in *at
@@ -831,7 +831,7 @@ callable:
See also :ref:`using_introspection`.
Python 3 Compatibility
-----------------------
+~~~~~~~~~~~~~~~~~~~~~~
Pyramid and most of its add-ons are Python 3 compatible. If you develop a
Pyramid application today, you won't need to worry that five years from now