diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-07-07 22:29:02 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-07-07 22:29:02 +0000 |
| commit | 1c3689ccd524857e7d799f21ec90ee8aaa55f96e (patch) | |
| tree | 071c2b253c8dc6e33fbbd1539ab812163b589233 /docs | |
| parent | 5f33157f6293afddff8bc0e68d3b06e7bf538a74 (diff) | |
Fixed ReST error in docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 4f4fb70298..62d890afe7 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -750,7 +750,7 @@ Default: ``True`` A boolean that specifies whether Django's internationalization system should be enabled. This provides an easy way to turn it off, for performance. If this is -set to ``False, Django will make some optimizations so as not to load the +set to ``False``, Django will make some optimizations so as not to load the internationalization machinery. YEAR_MONTH_FORMAT |
