Fix docstring error

This commit is contained in:
Eric Soroos 2017-09-20 10:49:14 +00:00
parent 505eb799ba
commit ba101e4e62

View File

@ -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.
""" """