From 373be1ec1fb06974c29790d732180c395f98c28e Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 21 Feb 2010 23:38:11 +0000 Subject: [PATCH] Fixed #12877 - Typo in settings docs. Thanks Timo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12459 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/settings.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 1137b354ffd..993232f1d97 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1460,9 +1460,9 @@ THOUSAND_SEPARATOR Default ``,`` (Comma) Default thousand separator used when formatting numbers. This setting is -used only when ``NUMBER_GROUPPING`` is set. +used only when ``NUMBER_GROUPING`` is set. -See also ``NUMBER_GROUPPING``, ``DECIMAL_SEPARATOR`` +See also ``NUMBER_GROUPING``, ``DECIMAL_SEPARATOR`` .. setting:: TIME_FORMAT