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

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:09 +01:00 committed by GitHub
parent 7307b562b0
commit f1b3b346eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -301,7 +301,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)