We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6798f commit 9a1f365Copy full SHA for 9a1f365
1 file changed
s3transfer/subscribers.py
@@ -20,7 +20,7 @@ class BaseSubscriber:
20
"""The base subscriber class
21
22
It is recommended that all subscriber implementations subclass and then
23
- override the subscription methods (i.e. on_{subsribe_type}() methods).
+ override the subscription methods (i.e. on_{subscribe_type}() methods).
24
"""
25
26
VALID_SUBSCRIBER_TYPES = ['queued', 'progress', 'done']
0 commit comments