Skip to content

Commit

Permalink
Merge pull request #161 from sbraz/strong_doc
Browse files Browse the repository at this point in the history
Escape asterisks in doc of **connect_params
  • Loading branch information
jaraco committed Jul 13, 2019
2 parents 571c1f4 + b3ab13b commit 1b618d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irc/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class SingleServerIRCBot(irc.client.SimpleIRCClient):
dcc_connections -- A list of initiated/accepted DCC
connections.
**connect_params -- parameters to pass through to the connect
\*\*connect_params -- parameters to pass through to the connect
method.
"""
def __init__(
Expand Down

0 comments on commit 1b618d2

Please sign in to comment.