Skip to content

Commit

Permalink
Fixed bug in docs/templates.txt
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Nov 22, 2005
1 parent 3ae9542 commit 24b9828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templates.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ floatformat
Rounds a floating-point number to one decimal place -- but only if there's a Rounds a floating-point number to one decimal place -- but only if there's a
decimal part to be displayed. For example: 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.15`` gets converted to ``36.2``
* ``36`` gets converted to ``36`` * ``36`` gets converted to ``36``


Expand Down

0 comments on commit 24b9828

Please sign in to comment.