From 03db5fddfd0c76303ec83eb1cd91a6d2dc4441cb Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Sun, 14 Apr 2019 10:44:56 +0300 Subject: Fixed typos in docs, comments, and exception messages. --- docs/ref/templates/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/templates') diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 86ef097749..dbd8324ba2 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -628,7 +628,7 @@ below. Also, you can give :class:`RequestContext` a list of additional processors, using the optional, third positional argument, ``processors``. In this -example, the :class:`RequestContext` instance gets a ``ip_address`` variable:: +example, the :class:`RequestContext` instance gets an ``ip_address`` variable:: from django.http import HttpResponse from django.template import RequestContext, Template -- cgit v1.3