Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
Fixes #50
  • Loading branch information
zhengchenliang authored and mattsta committed Jul 21, 2024
1 parent 9806c29 commit 20fc09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ib_async/ib.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class IB:
Is emitted after disconnecting from TWS/gateway.
* ``updateEvent`` ():
Is emitted after a network packet has been handeled.
Is emitted after a network packet has been handled.
* ``pendingTickersEvent`` (tickers: Set[:class:`.Ticker`]):
Emits the set of tickers that have been updated during the last
Expand Down

0 comments on commit 20fc09f

Please sign in to comment.