From b8dd44f39d4372abfff503904cda94f2030128d7 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 15 May 2016 03:01:16 -0700 Subject: fix page count --- docs/designdefense.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/designdefense.rst') diff --git a/docs/designdefense.rst b/docs/designdefense.rst index dbdb53b8d..f42582e47 100644 --- a/docs/designdefense.rst +++ b/docs/designdefense.rst @@ -1653,7 +1653,7 @@ If you can understand this hello world program, you can use Pyramid: server = make_server('0.0.0.0', 8080, app) server.serve_forever() -Pyramid has about 800 pages of documentation (printed), covering topics from +Pyramid has over 1200 pages of documentation (printed), covering topics from the very basic to the most advanced. *Nothing* is left undocumented, quite literally. It also has an *awesome*, very helpful community. Visit the `#pyramid IRC channel on freenode.net -- cgit v1.2.3