Skip to content

Commit 5f876ef

Browse files
authored
Typo Fix (#349)
1 parent f030a39 commit 5f876ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

s3transfer/subscribers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class BaseSubscriber:
2020
"""The base subscriber class
2121
2222
It is recommended that all subscriber implementations subclass and then
23-
override the subscription methods (i.e. on_{subsribe_type}() methods).
23+
override the subscription methods (i.e. on_{subscribe_type}() methods).
2424
"""
2525

2626
VALID_SUBSCRIBER_TYPES = ['queued', 'progress', 'done']

0 commit comments

Comments
 (0)