Skip to content

Commit

Permalink
Update sopel/irc/isupport.py
Browse files Browse the repository at this point in the history
Co-Authored-By: dgw <dgw@technobabbl.es>
  • Loading branch information
Exirel and dgw authored Dec 12, 2019
1 parent 1289ec6 commit 7e14ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/irc/isupport.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class ISupport(object):
"""Storage class for IRC's ``ISUPPORT`` feature.
An instance of ``ISupport`` can be used as a read-only dict, to store
feature advertised by the IRC server::
features advertised by the IRC server::
>>> isupport = ISupport(chanlimit=(('&', None), ('#', 70)))
>>> isupport['CHANLIMIT']
Expand Down

0 comments on commit 7e14ffa

Please sign in to comment.