summaryrefslogtreecommitdiff
path: root/django/http/request.py
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 10:48:20 +0200
commit93e721a0b8155470336357c148c4d8364c36bbee (patch)
treebad9923b4b29dffe2eedb420e47d5f47bd43e641 /django/http/request.py
parentdd3b4707198f17557fdd9fe7a6fd9025b23dcaf3 (diff)
Fixed django/http/request.py docstring typo.
Diffstat (limited to 'django/http/request.py')
-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 4e4447f35f..05aa89252b 100644
--- a/django/http/request.py
+++ b/django/http/request.py
@@ -164,7 +164,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