Browse Source

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

Ana Balica 8 years ago
parent
commit
36fbf9b7d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/templates/api.txt

+ 1 - 1
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.