diff --git a/reference/constraints/NotBlank.rst b/reference/constraints/NotBlank.rst index b1304e4ba3f..16b887b78b5 100644 --- a/reference/constraints/NotBlank.rst +++ b/reference/constraints/NotBlank.rst @@ -1,9 +1,9 @@ NotBlank ======== -Validates that a value is not blank, defined as not equal to a blank string -and also not equal to ``null``. To force that a value is simply not equal -to ``null``, see the :doc:`/reference/constraints/NotNull` constraint. +Validates that a value is not blank, defined as not strictly ``false``, not equal to a blank +string and also not equal to ``null``. To force that a value is simply not equal to +``null``, see the :doc:`/reference/constraints/NotNull` constraint. +----------------+------------------------------------------------------------------------+ | Applies to | :ref:`property or method ` |