summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorcewing <cris@crisewing.com>2016-06-03 17:51:42 -0700
committercewing <cris@crisewing.com>2016-06-09 11:20:55 -0700
commit0967f59a084b5d0eee1de18a85cb0f2ed486e0b5 (patch)
treeb633a04130a8340addb2fea55efa7b85300cf86a /docs
parent86ed4c13d31cae497cd7459798e57c1fa03e2548 (diff)
downloadpyramid-0967f59a084b5d0eee1de18a85cb0f2ed486e0b5.tar.gz
pyramid-0967f59a084b5d0eee1de18a85cb0f2ed486e0b5.tar.bz2
pyramid-0967f59a084b5d0eee1de18a85cb0f2ed486e0b5.zip
improve section title a bit more
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 3f04327cc..c1f17dcfd 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -187,8 +187,8 @@ framework itself. You will find them to be fully tested and well documented.
Examples:
https://trypyramid.com/resources-extending-pyramid.html
-Write *your* views
-~~~~~~~~~~~~~~~~~~
+Write *your* views, *your* way
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A fundamental task for any framework is to map URLs to code. In Pyramid, that
code is called a :term:`view callable`. View callables can be functions, class