Skip to content

Commit c719e68

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

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
@@ -94,7 +94,7 @@ hard-to-guess URLs, and similar.
9494
bytes. The text is Base64 encoded, so on average each byte results
9595
in approximately 1.3 characters.
9696

97-
If *nybtes* is not specified or ``None``, :const:`DEFAULT_ENTROPY`
97+
If *nbytes* is not specified or ``None``, :const:`DEFAULT_ENTROPY`
9898
is used instead.
9999

100100
.. doctest::

0 commit comments

Comments
 (0)