diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-07 02:48:31 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-07 02:48:31 +0000 |
| commit | 8b70c75ed6a11b3f0e55996200addab3f116c145 (patch) | |
| tree | 68d56c9d9acefd003160973f313056ed0ede09af /docs | |
| parent | e7b009ce053cee1d65d5cd77200310a0de72789d (diff) | |
[1.2.X] Fixed #13658 -- Added missing command in JavaScript example. Thanks to erikr for the report.
Backport of r13531 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13537 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/internationalization.txt | 2 |
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 }; |
