Skip to content

Commit cc65be3

Browse files
committed
minor #8011 Update LessThan.rst "Basic Usage" part (tzfrs)
This PR was submitted for the 3.3 branch but it was merged into the 2.7 branch instead (closes #8011). Discussion ---------- Update LessThan.rst "Basic Usage" part * Fix first bullet point containing information about the LessThanOrEqual constraint * Fix second bullet point not displaying the number `80 ` in code highlighted format. Commits ------- 0997d83 Update LessThan.rst "Basic Usage" part
2 parents 25cdb5a + 0997d83 commit cc65be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/LessThan.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Basic Usage
2626

2727
The following constraints ensure that:
2828

29-
* the number of ``siblings`` of a ``Person`` is less than or equal to ``5``
30-
* ``age`` is less than``80``
29+
* the number of ``siblings`` of a ``Person`` is less than ``5``
30+
* ``age`` is less than ``80``
3131

3232
.. configuration-block::
3333

0 commit comments

Comments
 (0)