Skip to content

Commit f1b3b34

Browse files
[3.12] gh-115921: Change 'equation' to 'expression' in random.rst (GH-115927) (#115928)
In uniform function entry. (cherry picked from commit de0b4f9) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 7307b56 commit f1b3b34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/random.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ be found in any statistics text.
301301
``a <= b`` and ``b <= N <= a`` for ``b < a``.
302302

303303
The end-point value ``b`` may or may not be included in the range
304-
depending on floating-point rounding in the equation ``a + (b-a) * random()``.
304+
depending on floating-point rounding in the expression
305+
``a + (b-a) * random()``.
305306

306307

307308
.. function:: triangular(low, high, mode)

0 commit comments

Comments
 (0)