From f9af603ba2156aa76ad6da6ed0408bcc34d4b346 Mon Sep 17 00:00:00 2001 From: Peace Date: Wed, 12 Jan 2022 12:21:20 +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 3b1f2fbd..e389c6d6 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.