From cc6a4c03a8ee0d1dbbeaf50d0dfc2eaaa8f04bd7 Mon Sep 17 00:00:00 2001 From: Carlos de la Guardia Date: Wed, 30 Mar 2016 23:53:51 -0600 Subject: [PATCH] Remove inaccurate comparison of Pyramid to Django. Ass proposed in #693. --- docs/scenarios/web.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 19cddecb6..9dd3928b5 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -102,9 +102,9 @@ I do not recommend using Tornado unless you think you need it. Pyramid -------- -`Pyramid `_ is a lot like Django, except -with a heavier focus on modularity. It comes with a smaller number of -libraries ("batteries") built-in, and encourages users to extend its +`Pyramid `_ is a very flexible +framework with a heavy focus on modularity. It comes with a small number +of libraries ("batteries") built-in, and encourages users to extend its base functionality. Pyramid does not have a large user base, unlike Django and Flask. It's a