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 5b5c09e commit fe4b381Copy full SHA for fe4b381
Doc/library/secrets.rst
@@ -80,7 +80,7 @@ hard-to-guess URLs, and similar.
80
Return a random text string, in hexadecimal. The string has *nbytes*
81
random bytes, each byte converted to two hex digits.
82
83
- If *nybtes* is not specified or ``None``, :const:`DEFAULT_ENTROPY`
+ If *nbytes* is not specified or ``None``, :const:`DEFAULT_ENTROPY`
84
is used instead.
85
86
.. doctest::
0 commit comments