From 93e721a0b8155470336357c148c4d8364c36bbee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Freitag?= Date: Mon, 16 Jul 2018 08:48:20 +0000 Subject: [PATCH] Fixed django/http/request.py docstring typo. --- django/http/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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