From e39e69d7a4dffe873cd3407222cc969eeb1530f3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 22 Feb 2016 00:58:21 -0500 Subject: [PATCH] thats better --- docs/scenarios/web.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 41dbab2..748d114 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -82,8 +82,8 @@ validation are not built-in functions of Flask. This is great, because many web applications don't need those features. For those that do, there are many - `Extensions `_ available that may - suit your needs. Or, you can easily use any library you want yourself! +`Extensions `_ available that may +suit your needs. Or, you can easily use any library you want yourself! Flask is default choice for any Python web application that isn't a good fit for Django.