summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-03-14 18:14:34 -0700
committerDavid Lord <davidism@gmail.com>2020-03-17 08:08:34 -0700
commit95c64574bf86067f9841c12f0c7be41effef144b (patch)
tree08cae70eacbfe0be254f3bb2b149b5b4aa4e64dd /README.rst
parenta7a8c4f3a5c4ae3eb164dd41d9f3bb91623c80e0 (diff)
downloadwerkzeug-95c64574bf86067f9841c12f0c7be41effef144b.tar.gz
use "str" and "bytes" instead of "unicode"
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 02d2ea9d..40598cb1 100644
--- a/README.rst
+++ b/README.rst
@@ -26,10 +26,10 @@ It includes:
- A test client for simulating HTTP requests during testing without
requiring running a server.
-Werkzeug is Unicode aware and doesn't enforce any dependencies. It is up
-to the developer to choose a template engine, database adapter, and even
-how to handle requests. It can be used to build all sorts of end user
-applications such as blogs, wikis, or bulletin boards.
+Werkzeug doesn't enforce any dependencies. It is up to the developer to
+choose a template engine, database adapter, and even how to handle
+requests. It can be used to build all sorts of end user applications
+such as blogs, wikis, or bulletin boards.
`Flask`_ wraps Werkzeug, using it to handle the details of WSGI while
providing more structure and patterns for defining powerful