Skip to content

Commit 661aba9

Browse files
committed
fix \lt to <
1 parent 0341489 commit 661aba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Functions Return :const:`true` if :var:`a`
5151
:func:`is_znegative(a)` is a :type:`number` with :math:`a \le 0`
5252
:func:`is_nonzero(a)` is a :type:`number` with :math:`a \ne 0`
5353
:func:`is_integer(a)` is a :type:`number` with :math:`-2^{52} \le a \le 2^{52}` and no fractional part
54-
:func:`is_int32(a)` is a :type:`number` with :math:`-2^{31} \le a \lt 2^{31}` and no fractional part
54+
:func:`is_int32(a)` is a :type:`number` with :math:`-2^{31} \le a < 2^{31}` and no fractional part
5555
:func:`is_natural(a)` is an :type:`integer` with :math:`a \ge 0`
5656
:func:`is_even(a)` is an even :type:`integer`
5757
:func:`is_odd(a)` is an odd :type:`integer`

0 commit comments

Comments
 (0)