0
0
mirror of https://github.com/django/django.git synced 2024-11-28 10:48:32 +01:00

Removed unnecessary 'just' from docs/ref/templates/api.txt.

This commit is contained in:
Ana Balica 2016-07-30 14:26:54 +01:00 committed by Tim Graham
parent b820b6108a
commit 36fbf9b7d1

View File

@ -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.