supybot-plugin-doc: Remove extra space + regenerate all READMEs.

This commit is contained in:
Valentin Lorentz 2021-12-04 03:19:12 +01:00
parent 2d2241787f
commit ed9dffdd7f
70 changed files with 316 additions and 316 deletions

View File

@ -246,7 +246,7 @@ class PluginDoc(object):
cv = '' if v._channelValue else ' not'
nv = '' if v._networkValue else ' not'
kind = (
'is%s network-specific, and is %s channel-specific.'
'is%s network-specific, and is%s channel-specific.'
% (nv, cv)
)
else: