Skip to content

Commit

Permalink
Merge pull request #2442 from sopel-irc/doc-SopelWrapper-monospace
Browse files Browse the repository at this point in the history
bot: eliminate problematic xrefs from `SopelWrapper` docs
  • Loading branch information
dgw authored Apr 10, 2023
2 parents 9a286e9 + c53d2d5 commit be7092c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sopel/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1230,9 +1230,9 @@ class SopelWrapper:
(e.g. plugin tag)
This wrapper will be used to call Sopel's triggered commands and rules as
their ``bot`` argument. It acts as a proxy to :meth:`send messages<say>`
to the sender (either a channel or in a private message) and even to
:meth:`reply to someone<reply>` in a channel.
their ``bot`` argument. It acts as a proxy, providing the ``trigger``'s
``sender`` (source channel or private message) as the default
``destination`` argument for overridden methods.
"""
def __init__(self, sopel, trigger, output_prefix=''):
if not output_prefix:
Expand Down

0 comments on commit be7092c

Please sign in to comment.