Skip to content

Commit f324a71

Browse files
committed
Wrapped some long lines
1 parent dcdef65 commit f324a71

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

reference/constraints/Date.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Date
22
====
33

4-
Validates that a value is a valid date, meaning a string (or an object that can be cast into a string)
5-
that follows a valid YYYY-MM-DD format.
4+
Validates that a value is a valid date, meaning a string (or an object that can
5+
be cast into a string) that follows a valid ``YYYY-MM-DD`` format.
66

77
+----------------+--------------------------------------------------------------------+
88
| Applies to | :ref:`property or method <validation-property-target>` |

reference/constraints/DateTime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
DateTime
22
========
33

4-
Validates that a value is a valid "datetime", meaning a string (or an object that can be cast into a string)
5-
that follows a specific format.
4+
Validates that a value is a valid "datetime", meaning a string (or an object
5+
that can be cast into a string) that follows a specific format.
66

77
+----------------+------------------------------------------------------------------------+
88
| Applies to | :ref:`property or method <validation-property-target>` |

reference/constraints/Time.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Time
22
====
33

4-
Validates that a value is a valid time, meaning a string (or an object that can be cast into a string)
5-
that follows a valid ``HH:MM:SS`` format.
4+
Validates that a value is a valid time, meaning a string (or an object that can
5+
be cast into a string) that follows a valid ``HH:MM:SS`` format.
66

77
+----------------+------------------------------------------------------------------------+
88
| Applies to | :ref:`property or method <validation-property-target>` |

0 commit comments

Comments
 (0)