Skip to content

Commit fe4b381

Browse files
authored
Update Doc/library/secrets.rst
1 parent 5b5c09e commit fe4b381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/secrets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ hard-to-guess URLs, and similar.
8080
Return a random text string, in hexadecimal. The string has *nbytes*
8181
random bytes, each byte converted to two hex digits.
8282

83-
If *nybtes* is not specified or ``None``, :const:`DEFAULT_ENTROPY`
83+
If *nbytes* is not specified or ``None``, :const:`DEFAULT_ENTROPY`
8484
is used instead.
8585

8686
.. doctest::

0 commit comments

Comments
 (0)