Skip to content

Commit

Permalink
pythongh-115921: Change 'equation' to 'expression' in random.rst (pyt…
Browse files Browse the repository at this point in the history
…hon#115927)

In uniform function entry.
  • Loading branch information
terryjreedy authored Feb 26, 2024
1 parent bee7bb3 commit de0b4f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/library/random.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit de0b4f9

Please sign in to comment.