From ec19166b1f4b5aadd37cb1529319676853d4a670 Mon Sep 17 00:00:00 2001 From: Ana Balica Date: Sat, 30 Jul 2016 14:26:54 +0100 Subject: [PATCH] [1.10.x] Removed unnecessary 'just' from docs/ref/templates/api.txt. Backport of 36fbf9b7d1870121269a09540d689ffc16a56d74 from master --- docs/ref/templates/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index b4162a7dfc..599d28d4f9 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -768,7 +768,7 @@ variables: Writing your own context processors ----------------------------------- -A context processor has a very simple interface: It's just a Python function +A context processor has a very simple interface: It's a Python function that takes one argument, an :class:`~django.http.HttpRequest` object, and returns a dictionary that gets added to the template context. Each context processor *must* return a dictionary.