docstring

This commit is contained in:
Will McGugan 2020-10-16 14:46:32 +01:00
parent ef5c7e0dd7
commit 3007f21c8b

View file

@ -295,7 +295,7 @@ class DownloadColumn(ProgressColumn):
"""Renders file size downloaded and total, e.g. '0.5/2.3 GB'.
Args:
binary_units (bool, optional): Flag to render filesize in binary format, enable to render in binary. Defaults to False.
binary_units (bool, optional): Use binary units, KiB, MiB etc. Defaults to False.
"""
def __init__(self, binary_units: bool = False) -> None: