From cf63674f7cf8e9c822736045875e913706732a44 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 19 Jul 2024 13:20:28 +0200 Subject: [PATCH] Fix parenthesis in docstring --- src/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf.py b/src/conf.py index a517d3a4c..9ba866119 100644 --- a/src/conf.py +++ b/src/conf.py @@ -1250,8 +1250,8 @@ class Banmask(registry.SpaceSeparatedSetOfStrings): 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