diff options
| author | Karl O. Pinc <kop@meme.com> | 2013-10-08 09:16:10 -0500 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2013-10-08 09:16:10 -0500 |
| commit | fd99b0e53835dd7463986c4d705e8de06be7dbe6 (patch) | |
| tree | c8bd74334b00bccfe18aac97fde328b1a26bbf2f /docs | |
| parent | eb3b27df0a35088f631680d7f467680662f17bac (diff) | |
| download | pyramid-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.rst | 2 |
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 |
