summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-08-07 02:44:38 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-08-07 02:44:38 +0000
commit458e3a3ff90ffe2a76eaf0a05c9ee8639303b3b2 (patch)
tree6c01e8e96d1348446d22991706efb3105f6c82b0 /docs
parent92a15532baae79fd62843e7747f2834dede4347d (diff)
Fixed #13658 -- Added missing command in JavaScript example. Thanks to erikr for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13531 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/i18n/internationalization.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/internationalization.txt b/docs/topics/i18n/internationalization.txt
index 7ae8d18791..35e76c3d62 100644
--- a/docs/topics/i18n/internationalization.txt
+++ b/docs/topics/i18n/internationalization.txt
@@ -569,7 +569,7 @@ function supports both positional and named interpolation:
object or associative array. For example::
d = {
- count: 10
+ count: 10,
total: 50
};