Thanks to visit codestin.com Credit goes to github.com
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 d2e067b commit 0b49637Copy full SHA for 0b49637
1 file changed
Doc/library/stdtypes.rst
@@ -2880,8 +2880,8 @@ place, and instead produce new objects.
2880
.. method:: bytes.isupper()
2881
bytearray.isupper()
2882
2883
- Return true if there is at least one lowercase alphabetic ASCII character
2884
- in the sequence and no uppercase ASCII characters, false otherwise.
+ Return true if there is at least one uppercase alphabetic ASCII character
+ in the sequence and no lowercase ASCII characters, false otherwise.
2885
2886
For example::
2887
0 commit comments