Skip to content

Commit

Permalink
Merge pull request #137 from tochev/patch-1
Browse files Browse the repository at this point in the history
Update Reactor reference in README
  • Loading branch information
jaraco committed Feb 18, 2018
2 parents af75928 + d5589a1 commit fcee8f1
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 @@ -198,7 +198,7 @@ overridden before the connection is established):

.. code:: python
server = irc.client.IRC().server()
server = irc.client.Reactor().server()
server.buffer_class = buffer.LenientDecodingLineBuffer
server.connect()
Expand Down

0 comments on commit fcee8f1

Please sign in to comment.