thats better

This commit is contained in:
2016-02-22 00:58:21 -05:00
parent 5c1329ed9b
commit e39e69d7a4
+2 -2
View File
@@ -82,8 +82,8 @@ validation are not built-in functions of Flask.
This is great, because many web applications don't need those features. This is great, because many web applications don't need those features.
For those that do, there are many For those that do, there are many
`Extensions <http://flask.pocoo.org/extensions/>`_ available that may `Extensions <http://flask.pocoo.org/extensions/>`_ available that may
suit your needs. Or, you can easily use any library you want yourself! 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 Flask is default choice for any Python web application that isn't a good
fit for Django. fit for Django.