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 5e2f0b9 commit e62ddb3Copy full SHA for e62ddb3
Doc/library/stdtypes.rst
@@ -3641,8 +3641,8 @@ place, and instead produce new objects.
3641
.. method:: bytes.isalnum()
3642
bytearray.isalnum()
3643
3644
- Return ``True`` if all bytes in the sequence are alphabetical ASCII characters
3645
- or ASCII decimal digits and the sequence is not empty, ``False`` otherwise.
+ Return ``True`` if all bytes in the sequence are alphabetic ASCII characters
+ and/or ASCII decimal digits and the sequence is not empty, ``False`` otherwise.
3646
Alphabetic ASCII characters are those byte values in the sequence
3647
``b'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'``. ASCII decimal
3648
digits are those byte values in the sequence ``b'0123456789'``.
0 commit comments