summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/forms/fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index aa13d4f021..10bcc0eb3a 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -627,7 +627,7 @@ For each field, we describe the default widget used if you don't specify
.. class:: FilePathField(**kwargs)
* Default widget: :class:`Select`
- * Empty value: ``None``
+ * Empty value: ``''`` (an empty string)
* Normalizes to: A string.
* Validates that the selected choice exists in the list of choices.
* Error message keys: ``required``, ``invalid_choice``