Skip to content

Commit

Permalink
README: Import ib3.connection, not connections (#3)
Browse files Browse the repository at this point in the history
Fix typo in package name used in the README
  • Loading branch information
impredicative authored and bd808 committed Jun 27, 2017
1 parent fb52fd6 commit 364e952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inheritance`_::

from ib3 import Bot
from ib3.auth import SASL
from ib3.connections import SSL
from ib3.connection import SSL
from ib3.mixins import DisconnectOnError

class TestBot(SASL, SSL, DisconnectOnError, Bot):
Expand Down

0 comments on commit 364e952

Please sign in to comment.