Skip to content

Commit

Permalink
Fix parenthesis in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Jul 19, 2024
1 parent cf1231d commit cf63674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1250,8 +1250,8 @@ def makeExtBanmasks(self, hostmask, options=None, channel=None, *, network):
Depending on the options and configuration, this may return a mask
in the format of an extban (eg. "~account:foobar" on UnrealIRCd).
If this is unwanted (eg. to pass to ircdb's ignore lists, use
:meth:`makeBanmask` instead)
If this is unwanted (eg. to pass to ircdb's ignore lists), use
:meth:`makeBanmask` instead.
options - A list specifying which parts of the hostmask should
explicitly be matched: nick, user, host. If 'exact' is given, then
Expand Down

0 comments on commit cf63674

Please sign in to comment.