summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/os.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 45d0a0f..0a4723b 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -3310,5 +3310,5 @@ Miscellaneous Functions
system this will query /dev/urandom, and on Windows it will use CryptGenRandom.
If a randomness source is not found, :exc:`NotImplementedError` will be raised.
- For easy to use interface to system randomness please see
- :class:`random.SystemRandom`.
+ For an easy-to-use interface to the random number generator
+ provided by your platform, please see :class:`random.SystemRandom`.