From e29935e29e904438e05d8ead60042aa89355b958 Mon Sep 17 00:00:00 2001 From: Peace Date: Wed, 12 Jan 2022 12:46:10 +0200 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b4f802f6..3d1c3882 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ complex applications. It began as a simple wrapper around `Werkzeug`_ and `Jinja`_ and has become one of the most popular Python web application frameworks. -Flask offers suggestions but doesn't enforce any dependencies or +Flask offers suggestions, but doesn't enforce any dependencies or project layout. It is up to the developer to choose the tools and libraries they want to use. There are many extensions provided by the community that make adding new functionality easy.