summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-22 04:42:26 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-22 04:42:26 +0000
commit912ddb16bca464eb9fc0d1e170fcee6406a7319c (patch)
tree228b98755ad805707d2aed9d7a0da79aecbeafd9
parentb6ddc9d3c16a028defca175781592325ae1796c8 (diff)
Fixed formatting bug in docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/templates.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/templates.txt b/docs/templates.txt
index 53bd431e96..06910e1a91 100644
--- a/docs/templates.txt
+++ b/docs/templates.txt
@@ -768,6 +768,7 @@ fix_ampersands
Replaces ampersands with ``&amp;`` entities.
floatformat
+~~~~~~~~~~~
Displays a floating point number as 34.2 (with one decimal places) -- but only
if there's a point to be displayed.