Commit 0b496378 authored by Zachary Ware's avatar Zachary Ware

Fix copy/paste error in bytes.isupper() doc.

Reported by Jon Colburn on docs@.
parent d2e067b1
......@@ -2880,8 +2880,8 @@ place, and instead produce new objects.
.. method:: bytes.isupper()
bytearray.isupper()
Return true if there is at least one lowercase alphabetic ASCII character
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.
For example::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment