Merge pull request #1004 from kylestev/patch-1

Small punctuation change in unicode doc
This commit is contained in:
Kenneth Reitz 2014-03-21 16:21:01 -04:00
commit a7b5cec629

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