Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de0b4f9

Browse files
authored
gh-115921: Change 'equation' to 'expression' in random.rst (#115927)
In uniform function entry.
1 parent bee7bb3 commit de0b4f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)