Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jaraco/irc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 6, 2018
2 parents 21e1800 + fcee8f1 commit f2df157
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 @@ -201,7 +201,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 f2df157

Please sign in to comment.