From 23d13f376257170ff28a671f2c6d8bb138b9b44d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 22 Feb 2016 00:48:08 -0500 Subject: [PATCH] better --- 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 586b792..e775f08 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -105,9 +105,9 @@ with a heavier focus on modularity. It comes with a smaller number of libraries ("batteries") built-in, and encourages users to extend its base functionality. -Pyramid does not have a large user base, ulike Django and Flask (or even -Tornado). It's a capable framework, but not a very popular choice for -new Python web applications today. +Pyramid does not have a large user base, ulike Django and Flask. It's a +capable framework, but not a very popular choice for new Python web +applications today. Web Servers :::::::::::