From 8cd66bf178cc72f5718f4113db9426723fe37ef5 Mon Sep 17 00:00:00 2001 From: Kyle Stevenson Date: Wed, 19 Mar 2014 10:23:17 -0700 Subject: [PATCH] Small punctuation change in unicode doc Just makes it easier on the eyes/brain. --- docs/unicode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/unicode.rst b/docs/unicode.rst index 413ea84d..5aa6e25d 100644 --- a/docs/unicode.rst +++ b/docs/unicode.rst @@ -1,7 +1,7 @@ Unicode in Flask ================ -Flask like Jinja2 and Werkzeug is totally Unicode based when it comes to +Flask, like Jinja2 and Werkzeug, is totally Unicode based when it comes to text. Not only these libraries, also the majority of web related Python libraries that deal with text. If you don't know Unicode so far, you should probably read `The Absolute Minimum Every Software Developer