[3.11] gh-115921: Change 'equation' to 'expression' in random.rst (GH-115927) (#115929)

In uniform function entry.
(cherry picked from commit de0b4f95cb)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2024-02-26 04:57:48 +01:00 committed by GitHub
parent 2110ae80fa
commit f822070e7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -280,7 +280,8 @@ be found in any statistics text.
``a <= b`` and ``b <= N <= a`` for ``b < a``.
The end-point value ``b`` may or may not be included in the range
depending on floating-point rounding in the equation ``a + (b-a) * random()``.
depending on floating-point rounding in the expression
``a + (b-a) * random()``.
.. function:: triangular(low, high, mode)