From 205ffc7dd6495ff92c217c7f0dbe80f21d7d3a73 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 31 Mar 2016 05:31:40 -0700 Subject: [PATCH] use correct URL for Pyramid wrap to 79 columns --- docs/scenarios/web.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 9dd3928b5..601e880a1 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -102,10 +102,9 @@ I do not recommend using Tornado unless you think you need it. Pyramid -------- -`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 `_ 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 capable framework, but not a very popular choice for new Python web