Kaydet (Commit) 24b98280 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed bug in docs/templates.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 3ae9542c
......@@ -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``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment