Small punctuation change in unicode doc

Just makes it easier on the eyes/brain.
This commit is contained in:
Kyle Stevenson 2014-03-19 10:23:17 -07:00
parent 69db1e9b1f
commit 8cd66bf178

View file

@ -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