summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2013-10-07 21:34:27 -0700
committerSteve Piercy <web@stevepiercy.com>2013-10-07 21:34:27 -0700
commit3b61f4632e6644c0c60a50352d9914bf51d4ab1d (patch)
treec916f33876b0603fcab041a4f42daef6b8c3445b /docs
parentba8bb2ab3e433affb9ff260e60f5c2f5b1613731 (diff)
parent8e1e6914945a5a3d05f49f0e32b7152182b23767 (diff)
downloadpyramid-3b61f4632e6644c0c60a50352d9914bf51d4ab1d.tar.gz
pyramid-3b61f4632e6644c0c60a50352d9914bf51d4ab1d.tar.bz2
pyramid-3b61f4632e6644c0c60a50352d9914bf51d4ab1d.zip
Merge branch 'doc_interactive_dev' of github.com:kpinc/pyramid into kpinc-doc_interactive_dev
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/introduction.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index 9ec26f276..b60934ebb 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -182,7 +182,8 @@ Fully Interactive Development
When developing a Pyramid application a variety of interactive
features are available. Pyramid can automatically utilize changed
templates when rendering pages and automatically restart the
-application to incorporate changed python code.
+application to incorporate changed python code. Plain old ``printf()``
+calls used for debugging can display to a console.
Pyramid's debug toolbar comes activated when you use a Pyramid scaffold to
render a project. This toolbar overlays your application in the browser, and