]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Fix s/pseudo random/pseudo-random/ (GH-18289)
authorJulien Palard <julien@palard.fr>
Fri, 31 Jan 2020 09:50:14 +0000 (10:50 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2020 09:50:14 +0000 (10:50 +0100)
Doc/library/random.rst

index 933da3f8fcf650d716b57e5c6a421aad36280aea..1eb39bbda42e8142112d40b89a3aa57461d301e2 100644 (file)
@@ -343,8 +343,8 @@ Alternative Generator
 Notes on Reproducibility
 ------------------------
 
-Sometimes it is useful to be able to reproduce the sequences given by a pseudo
-random number generator.  By re-using a seed value, the same sequence should be
+Sometimes it is useful to be able to reproduce the sequences given by a
+pseudo-random number generator.  By re-using a seed value, the same sequence should be
 reproducible from run to run as long as multiple threads are not running.
 
 Most of the random module's algorithms and seeding functions are subject to