Skip to content

Commit 2edc188

Browse files
committed
fixing whitespace
1 parent a61c8c6 commit 2edc188

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

reference/constraints/NotBlank.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
NotBlank
22
========
33

4-
Validates that a value is not blank, defined as not strictly ``false``, not equal to a blank
5-
string and also not equal to ``null``. To force that a value is simply not equal to
6-
``null``, see the :doc:`/reference/constraints/NotNull` constraint.
4+
Validates that a value is not blank, defined as not strictly ``false``, not
5+
equal to a blank string and also not equal to ``null``. To force that a value
6+
is simply not equal to ``null``, see the :doc:`/reference/constraints/NotNull`
7+
constraint.
78

89
+----------------+------------------------------------------------------------------------+
910
| Applies to | :ref:`property or method <validation-property-target>` |

0 commit comments

Comments
 (0)