summaryrefslogtreecommitdiff
path: root/ref/response-objects.html
diff options
context:
space:
mode:
Diffstat (limited to 'ref/response-objects.html')
-rw-r--r--ref/response-objects.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/response-objects.html b/ref/response-objects.html
index 49a3d67..28e585b 100644
--- a/ref/response-objects.html
+++ b/ref/response-objects.html
@@ -96,7 +96,7 @@ Will be <code>None</code> if there are no previous respones.
</dl>
<P>
-The Response object also has a special key value <code>-location</code>, that
+The Response object also populates the header <code>content-location</code>, that
contains the URI that was ultimately requested. This is useful if
redirects were encountered, you can determine the ultimate URI that
the request was sent to. All Response objects contain this key value,