Skip to content

Commit 77b8a19

Browse files
committed
Long line wrapping
1 parent 6490cee commit 77b8a19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

reference/forms/types/integer.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ scale
8585

8686
**type**: ``integer`` **default**: ``0``
8787

88-
This specifies how many decimals will be allowed until the field rounds the submitted value (via ``rounding_mode``). This option inherits from :doc:`number </reference/forms/types/number>` type and is overriden to ``0`` for ``IntegerType``.
88+
This specifies how many decimals will be allowed until the field rounds the
89+
submitted value (via ``rounding_mode``). This option inherits from
90+
:doc:`number </reference/forms/types/number>` type and is overriden to ``0`` for
91+
``IntegerType``.
8992

9093
Inherited Options
9194
-----------------

0 commit comments

Comments
 (0)