From 5b26cb18daf5a23b8845369f515efd66f3c33fb5 Mon Sep 17 00:00:00 2001 From: annaattagirl <44408476+annaattagirl@users.noreply.github.com> Date: Mon, 21 Jan 2019 12:44:43 -0600 Subject: [PATCH] Grammar Change to index.md (#27166) Grammar fixes to make article flow better. --- guide/english/miscellaneous/web-frameworks-in-python/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/miscellaneous/web-frameworks-in-python/index.md b/guide/english/miscellaneous/web-frameworks-in-python/index.md index 16853cf66b..d49e13eb22 100644 --- a/guide/english/miscellaneous/web-frameworks-in-python/index.md +++ b/guide/english/miscellaneous/web-frameworks-in-python/index.md @@ -1,6 +1,6 @@ --- title: Web Frameworks in Python --- -Like most domains in Python development, the Python community treats web-development with great affection, and have given us matured, well-maintained frameworks; of varying complexity. +Like most domains in Python development, the Python community treats web-development with great affection and has given us matured, well-maintained frameworks of varying complexity. -We have micro-frameworks like Flask, Bottle. We also have frameworks like Django, which comes with batteries included. You can find a complete list of web-frameworks, written in Python, over here. \ No newline at end of file +We have micro-frameworks like Flask and Bottle. We also have frameworks like Django, which comes with batteries included. You can find a complete list of web-frameworks written in Python, over here.