Skip to content

Commit 72e1cc9

Browse files
committed
Fix typo
1 parent ea0c806 commit 72e1cc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stock_list_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def subscribe(self, subscription):
306306
return self._current_subscription_key
307307

308308
def unsubscribe(self, subcription_key):
309-
"""Unregister the Subscription associated to the
309+
"""Unregister the Subscription associated with the
310310
specified subscription_key.
311311
"""
312312
log.debug("Making an unsubscription request")

0 commit comments

Comments
 (0)