[docs] typo on in 4.8.3 Bytes and Bytearray Operations

Jon Colburn JColburn at nvidia.com
Wed Feb 25 02:22:52 CET 2015


Hello,
It looks like a typo from copy paste in the 3.4.3rc1 Documentation | Python Standard Library | Built-in Types | 4.8.3 Bytes and Bytearray Operations.

Thanks,
Jon


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.
For example:



-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20150225/347209a3/attachment-0001.html>


More information about the docs mailing list