From fcec4b140c49ab87ca761e70c4ab98f5417a2744 Mon Sep 17 00:00:00 2001 From: Ian Connolly Date: Sun, 11 May 2014 13:46:58 +0100 Subject: [PATCH] Fix a tiny spelling error: untilization -> utilization --- docs/python3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python3.rst b/docs/python3.rst index e2556461..8173dd45 100644 --- a/docs/python3.rst +++ b/docs/python3.rst @@ -19,7 +19,7 @@ In addition to that you need to use the latest and greatest versions of API Stability ------------- -Some of the decisions made in regards to unicode and byte untilization on +Some of the decisions made in regards to unicode and byte utilization on Python 3 make it hard to write low level code. This mainly affects WSGI middlewares and interacting with the WSGI provided information. Werkzeug wraps all that information in high-level helpers but some of those were