summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorDaniele Procida <daniele@vurt.org>2013-09-20 16:04:18 -0700
committerDaniele Procida <daniele@vurt.org>2013-09-20 16:04:18 -0700
commita991b01167ea187f8b1e249f7d5a56d26440e386 (patch)
tree600f231f49deb3c7af56d0b466e2ccc0bad412e5 /docs/ref
parent4db2752e28668ed8826b770ef2ed26e8c1562db6 (diff)
parentdc8f95b639f9ebe65d2188cb3e4f04f9fd68e384 (diff)
Merge pull request #1463 from evildmp/ticket_20877_work_in_progress
Many thanks to all involved in discussions, and in particular to Tim Graham for painstaking reviews.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/utils.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 59a501cf82..1e1ea4467c 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -495,8 +495,8 @@ Atom1Feed
For cases like this, use the ``django.utils.functional.allow_lazy()``
decorator. It modifies the function so that *if* it's called with a lazy
- translation as the first argument, the function evaluation is delayed until it
- needs to be converted to a string.
+ translation as one of its arguments, the function evaluation is delayed
+ until it needs to be converted to a string.
For example::