From 5942ddd45a7d8d976968dfcc12a22969e6ffee3b Mon Sep 17 00:00:00 2001 From: Aysha Jamal <36302020+ayshajamjam@users.noreply.github.com> Date: Sat, 8 Apr 2023 20:01:43 -0400 Subject: [PATCH] Fixed grammatically incorrect sentence in README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3d1c3882..7bec272b 100644 --- a/README.rst +++ b/README.rst @@ -7,8 +7,8 @@ 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 -project layout. It is up to the developer to choose the tools and +Flask offers suggestions but doesn't enforce any dependencies or +project layouts. 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.