Skip to content

Commit 0c6df00

Browse files
committed
minor #8526 Fix a small typo error (number.rst) (Dededede4)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #8526). Discussion ---------- Fix a small typo error (number.rst) Commits ------- 0955bc6 Fix a small typo error (number.rst)
2 parents da2cc27 + 0955bc6 commit 0c6df00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/number.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Field Options
4747
rounding_mode
4848
~~~~~~~~~~~~~
4949

50-
**type**: ``integer`` **default**: ``NumberToLocalizedStringTransformer::ROUND_HALFUP``
50+
**type**: ``integer`` **default**: ``NumberToLocalizedStringTransformer::ROUND_HALF_UP``
5151

5252
If a submitted number needs to be rounded (based on the `scale`_
5353
option), you have several configurable options for that rounding. Each

0 commit comments

Comments
 (0)