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.