Skip to content

Commit f822070

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

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
@@ -280,7 +280,8 @@ be found in any statistics text.
280280
``a <= b`` and ``b <= N <= a`` for ``b < a``.
281281

282282
The end-point value ``b`` may or may not be included in the range
283-
depending on floating-point rounding in the equation ``a + (b-a) * random()``.
283+
depending on floating-point rounding in the expression
284+
``a + (b-a) * random()``.
284285

285286

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

0 commit comments

Comments
 (0)