summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2013-10-08 09:16:10 -0500
committerKarl O. Pinc <kop@meme.com>2013-10-08 09:16:10 -0500
commitfd99b0e53835dd7463986c4d705e8de06be7dbe6 (patch)
treec8bd74334b00bccfe18aac97fde328b1a26bbf2f /docs
parenteb3b27df0a35088f631680d7f467680662f17bac (diff)
downloadpyramid-fd99b0e53835dd7463986c4d705e8de06be7dbe6.tar.gz
pyramid-fd99b0e53835dd7463986c4d705e8de06be7dbe6.tar.bz2
pyramid-fd99b0e53835dd7463986c4d705e8de06be7dbe6.zip
Docs: project.rst: Oops, print(), not printf().
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index a454573f0..9a15649d7 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -894,7 +894,7 @@ returns the HTML in a :term:`response`.
<MyProject_ini_logging>` to aid debugging. Should an exception be raised,
uncaught tracebacks are displayed, after the startup messages, on :ref:`the
console running the server <running_the_project_application>`.
- Conveniently, ``printf()``\s inserted into the application for debugging
+ Conveniently, ``print()``\s inserted into the application for debugging
also send output to this console.
.. note:: ``development.ini`` has a setting that controls how templates are