Skip to content

Commit 8fa74d9

Browse files
committed
fix typo
1 parent 77a5fbb commit 8fa74d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/empty_data.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DEFAULT_PLACEHOLDER
1111

1212
This option determines what value the field will return when the submitted
1313
value is empty. It does not set an initial value if none is provided when
14-
the form is rendered in a view (see `Data` or `Placeholder` options).
14+
the form is rendered in a view (see ``data`` or ``placeholder`` options).
1515

1616
It helps you handling form submission and you can customize this to your needs.
1717
For example, if you want the ``gender`` choice field to be explicitly set to ``null``

0 commit comments

Comments
 (0)