Skip to content

Commit 005d28a

Browse files
TheMelterweaverryan
authored andcommitted
Deleted precision duplication from number.rst
1 parent a0d6e9a commit 005d28a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

reference/forms/types/number.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,6 @@ Field Options
3535

3636
.. include:: /reference/forms/types/options/precision.rst.inc
3737

38-
precision
39-
~~~~~~~~~
40-
41-
**type**: ``integer`` **default**: Locale-specific (usually around ``3``)
42-
43-
This specifies how many decimals will be allowed until the field rounds
44-
the submitted value (via ``rounding_mode``). For example, if ``precision``
45-
is set to ``2``, a submitted value of ``20.123`` will be rounded to,
46-
for example, ``20.12`` (depending on your ``rounding_mode``).
47-
4838
rounding_mode
4939
~~~~~~~~~~~~~
5040

0 commit comments

Comments
 (0)