mirror of
https://github.com/Textualize/rich.git
synced 2025-08-31 15:37:24 +00:00
docstring
This commit is contained in:
parent
ef5c7e0dd7
commit
3007f21c8b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue