We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d10fa9 commit 4b99803Copy full SHA for 4b99803
Doc/library/os.rst
@@ -4879,7 +4879,7 @@ Random numbers
4879
4880
.. function:: urandom(size)
4881
4882
- Return a string of *size* random bytes suitable for cryptographic use.
+ Return a bytestring of *size* random bytes suitable for cryptographic use.
4883
4884
This function returns random bytes from an OS-specific randomness source. The
4885
returned data should be unpredictable enough for cryptographic applications,
0 commit comments