mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Fix docstring error
This commit is contained in:
parent
505eb799ba
commit
ba101e4e62
|
@ -72,8 +72,7 @@ class ContainerIO(object):
|
|||
"""
|
||||
Read data.
|
||||
|
||||
@def read(bytes=0)
|
||||
:param bytes: Number of bytes to read. If omitted or zero,
|
||||
:param n: Number of bytes to read. If omitted or zero,
|
||||
read until end of region.
|
||||
:returns: An 8-bit string.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user