summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-22 04:45:12 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-22 04:45:12 +0000
commit24b98280a5db1b9609d01efd9be963837e9689c1 (patch)
tree3beadd4412eec508e1591d80b89daa5e84f0e2bf
parent3ae9542c2473e557566cc065156c6b1054ce3894 (diff)
downloaddjango-24b98280a5db1b9609d01efd9be963837e9689c1.tar.gz
Fixed bug in docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/templates.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates.txt b/docs/templates.txt
index 2560e1f1a1..bf229ee6b7 100644
--- a/docs/templates.txt
+++ b/docs/templates.txt
@@ -773,7 +773,7 @@ floatformat
Rounds a floating-point number to one decimal place -- but only if there's a
decimal part to be displayed. For example:
- * ``36.123`` gets converted to ``36.123``
+ * ``36.123`` gets converted to ``36.1``
* ``36.15`` gets converted to ``36.2``
* ``36`` gets converted to ``36``