diff options
| author | Steve Piercy <web@stevepiercy.com> | 2013-10-08 11:17:18 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2013-10-08 11:17:18 -0700 |
| commit | 4bc489d00bcb6013db1e9da00c3c16809eeb90fc (patch) | |
| tree | b5f6db422eaf9469d8e76950321152a3eb153f34 /docs | |
| parent | 6a3eed4ddc4178d19c0002ec72b9a1d6494e01ae (diff) | |
| download | pyramid-4bc489d00bcb6013db1e9da00c3c16809eeb90fc.tar.gz pyramid-4bc489d00bcb6013db1e9da00c3c16809eeb90fc.tar.bz2 pyramid-4bc489d00bcb6013db1e9da00c3c16809eeb90fc.zip | |
print() not printf()
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/introduction.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index ece720a97..bb2d85e94 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -180,10 +180,9 @@ Fully Interactive Development ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When developing a Pyramid application, several interactive features are -available. Pyramid can automatically utilize changed templates when rendering +available. Pyramid can automatically utilize changed templates when rendering pages and automatically restart the application to incorporate changed python -code. Plain old ``printf()`` calls used for debugging can display to a -console. +code. Plain old ``print()`` 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 |
