Grammar Change to index.md (#27166)

Grammar fixes to make article flow better.
This commit is contained in:
annaattagirl
2019-01-21 12:44:43 -06:00
committed by Tom
parent 9dedc71c55
commit 5b26cb18da

View File

@ -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 <a href='http://flask.pocoo.org/' target='_blank' rel='nofollow'>Flask</a>, <a href='http://bottlepy.org/docs/dev/index.html' target='_blank' rel='nofollow'>Bottle</a>. We also have frameworks like <a href='https://www.djangoproject.com/' target='_blank' rel='nofollow'>Django</a>, which comes with <a href='https://github.com/rosarior/awesome-django' target='_blank' rel='nofollow'>batteries included</a>. You can find a complete list of web-frameworks, written in Python, <a href='https://en.wikipedia.org/wiki/Comparison_of_web_frameworks#Python' target='_blank' rel='nofollow'>over here</a>.
We have micro-frameworks like <a href='http://flask.pocoo.org/' target='_blank' rel='nofollow'>Flask</a> and <a href='http://bottlepy.org/docs/dev/index.html' target='_blank' rel='nofollow'>Bottle</a>. We also have frameworks like <a href='https://www.djangoproject.com/' target='_blank' rel='nofollow'>Django</a>, which comes with <a href='https://github.com/rosarior/awesome-django' target='_blank' rel='nofollow'>batteries included</a>. You can find a complete list of web-frameworks written in Python, <a href='https://en.wikipedia.org/wiki/Comparison_of_web_frameworks#Python' target='_blank' rel='nofollow'>over here</a>.