summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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 2ede8328d..3f04327cc 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
+~~~~~~~~~~~~~~~~~~
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