summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Freitag <mail@franek.fr>2018-07-16 08:48:20 +0000
committerCarlton Gibson <carlton.gibson@noumenal.es>2018-07-16 14:44:21 +0200
commita7ca8afbbec1e2885c0c1b1562c76e0719427357 (patch)
treeb64604b23d973cc446b24bc4dc2b1605f57019a3
parent50dc9fad74b4992602584252207f38c5faecc2ba (diff)
[2.1.x] Fixed django/http/request.py docstring typo.
Backport of 93e721a0b8155470336357c148c4d8364c36bbee from master
-rw-r--r--django/http/request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/http/request.py b/django/http/request.py
index f7f89913ef..7c44dbb01e 100644
--- a/django/http/request.py
+++ b/django/http/request.py
@@ -165,7 +165,7 @@ class HttpRequest:
def build_absolute_uri(self, location=None):
"""
Build an absolute URI from the location and the variables available in
- this request. If no ``location`` is specified, bulid the absolute URI
+ this request. If no ``location`` is specified, build the absolute URI
using request.get_full_path(). If the location is absolute, convert it
to an RFC 3987 compliant URI and return it. If location is relative or
is scheme-relative (i.e., ``//example.com/``), urljoin() it to a base