typo
authorKenneth Reitz <me@kennethreitz.com>
Sun, 26 Aug 2012 22:34:09 +0000 (18:34 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 26 Aug 2012 22:34:09 +0000 (18:34 -0400)
docs/user/advanced.rst

index da7e5e2..3b665e0 100644 (file)
@@ -365,7 +365,7 @@ this situation,
 specifies that the default charset must be ``ISO-8859-1``. Requests follows
 the specification in this case. If you require a different encoding, you can
 manually set the ``Response.encoding`` property, or use the raw
-``Request.content``.
+``Response.content``.
 
 HTTP Verbs
 ----------