Skip to content

Commit 00e524e

Browse files
committed
fixed ambiguity (closes #6)
1 parent 6fe23c0 commit 00e524e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/part2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ charge of sending the response whenever you see fit.
193193
.. note::
194194

195195
We haven't explicitly set the ``Content-Type`` header in the rewritten
196-
code as the Response object defaults to ``UTF-8`` by default.
196+
code as the charset of the Response object defaults to ``UTF-8``.
197197

198198
With the ``Request`` class, you have all the request information at your
199199
fingertips thanks to a nice and simple API::

0 commit comments

Comments
 (0)