Skip to content

Commit b287602

Browse files
committed
docs clarification
1 parent fd7f1fc commit b287602

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

progressbar/widgets.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ def __call__(
585585

586586
class FileTransferSpeed(FormatWidgetMixin, TimeSensitiveWidgetBase):
587587
'''
588-
WidgetBase for showing the transfer speed (useful for file transfers).
588+
Widget for showing the current transfer speed (useful for file transfers).
589589
'''
590590

591591
def __init__(
@@ -647,9 +647,7 @@ def __call__(
647647

648648

649649
class AdaptiveTransferSpeed(FileTransferSpeed, SamplesMixin):
650-
'''
651-
WidgetBase for showing the transfer speed, based on the last X samples
652-
'''
650+
'''Widget for showing the transfer speed based on the last X samples'''
653651

654652
def __init__(self, **kwargs):
655653
FileTransferSpeed.__init__(self, **kwargs)

0 commit comments

Comments
 (0)