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