From 90e109c241010ccb8e998cc1b85333261fc2739e Mon Sep 17 00:00:00 2001 From: Markus Wiik Date: Tue, 5 Mar 2013 16:18:24 +0100 Subject: [PATCH] Fix issue #1225 (Documentation: response object status/reason) --- docs/user/quickstart.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 3021336..8ec9030 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -287,7 +287,6 @@ We can view the server's response headers using a Python dictionary:: >>> r.headers { - 'status': '200 OK', 'content-encoding': 'gzip', 'transfer-encoding': 'chunked', 'connection': 'close', -- 2.34.1