mirror of https://github.com/tqdm/tqdm.git
minor doc update
This commit is contained in:
parent
60386cc3f7
commit
4f4e108aee
|
@ -392,8 +392,7 @@ Returns
|
|||
|
||||
@classmethod
|
||||
@contextmanager
|
||||
def wrapattr(tclass, stream, method, total=None, bytes=True,
|
||||
**tqdm_kwargs):
|
||||
def wrapattr(cls, stream, method, total=None, bytes=True, **tqdm_kwargs):
|
||||
"""{DOC_tqdm.tqdm.wrapattr}"""
|
||||
|
||||
@classmethod
|
||||
|
|
|
@ -580,8 +580,7 @@ Returns
|
|||
|
||||
@classmethod
|
||||
@contextmanager
|
||||
def wrapattr(tclass, stream, method, total=None, bytes=True,
|
||||
**tqdm_kwargs):
|
||||
def wrapattr(cls, stream, method, total=None, bytes=True, **tqdm_kwargs):
|
||||
"""
|
||||
stream : file-like object.
|
||||
method : str, "read" or "write". The result of ``read()`` and
|
||||
|
|
Loading…
Reference in New Issue