From 36fbf9b7d1870121269a09540d689ffc16a56d74 Mon Sep 17 00:00:00 2001 From: Ana Balica Date: Sat, 30 Jul 2016 14:26:54 +0100 Subject: [PATCH] Removed unnecessary 'just' from docs/ref/templates/api.txt. --- 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 2054a5e4d8..76a10bbcf0 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -758,7 +758,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.