We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7f1fc commit b287602Copy full SHA for b287602
1 file changed
progressbar/widgets.py
@@ -585,7 +585,7 @@ def __call__(
585
586
class FileTransferSpeed(FormatWidgetMixin, TimeSensitiveWidgetBase):
587
'''
588
- WidgetBase for showing the transfer speed (useful for file transfers).
+ Widget for showing the current transfer speed (useful for file transfers).
589
590
591
def __init__(
@@ -647,9 +647,7 @@ def __call__(
647
648
649
class AdaptiveTransferSpeed(FileTransferSpeed, SamplesMixin):
650
- '''
651
- WidgetBase for showing the transfer speed, based on the last X samples
652
+ '''Widget for showing the transfer speed based on the last X samples'''
653
654
def __init__(self, **kwargs):
655
FileTransferSpeed.__init__(self, **kwargs)
0 commit comments