diff --git a/src/data/roadmaps/python/content/106-python-frameworks/100-synchronous/101-flask.md b/src/data/roadmaps/python/content/106-python-frameworks/100-synchronous/101-flask.md index 00519d4b5..580b4a61e 100644 --- a/src/data/roadmaps/python/content/106-python-frameworks/100-synchronous/101-flask.md +++ b/src/data/roadmaps/python/content/106-python-frameworks/100-synchronous/101-flask.md @@ -1,6 +1,6 @@ # Flask -Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. +Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. Instead, it provides flexibility by requiring you to choose and integrate the best libraries for your project's needs. Visit the following resources to learn more: