diff options
| author | Tim Graham <timograham@gmail.com> | 2014-11-03 14:18:46 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-03 14:18:46 -0500 |
| commit | ca88aa34ad2bf088130ceb329cdbe91c907b8248 (patch) | |
| tree | 70583556edb0c4fe345a37f71e038549e1fa8b7a | |
| parent | d89f56dc4d03f6bf6602536b8b62602ec0d46d2f (diff) | |
Fixed spelling mistake in docs/ref/request-response.txt
| -rw-r--r-- | docs/ref/request-response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index a86f416620..7caa73fc8c 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -793,7 +793,7 @@ Methods .. versionadded:: 1.8 - Writes a list of lines to the response. Line seperators are not added. This + Writes a list of lines to the response. Line separators are not added. This method makes an :class:`HttpResponse` instance a stream-like object. .. _HTTP status code: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10 |
