Skip to content

Commit 58a4054

Browse files
authored
Doc: Fix s/pseudo random/pseudo-random/ (GH-18289)
1 parent bfdeaa3 commit 58a4054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/random.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ Alternative Generator
343343
Notes on Reproducibility
344344
------------------------
345345

346-
Sometimes it is useful to be able to reproduce the sequences given by a pseudo
347-
random number generator. By re-using a seed value, the same sequence should be
346+
Sometimes it is useful to be able to reproduce the sequences given by a
347+
pseudo-random number generator. By re-using a seed value, the same sequence should be
348348
reproducible from run to run as long as multiple threads are not running.
349349

350350
Most of the random module's algorithms and seeding functions are subject to

0 commit comments

Comments
 (0)