Skip to content

Commit 9a1f365

Browse files
0xAJXhswong3i
authored andcommitted
Typo Fix (boto#349)
1 parent 5f6798f commit 9a1f365

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)