mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
supybot-plugin-doc: Remove extra space + regenerate all READMEs.
This commit is contained in:
parent
2d2241787f
commit
ed9dffdd7f
@ -246,7 +246,7 @@ class PluginDoc(object):
|
|||||||
cv = '' if v._channelValue else ' not'
|
cv = '' if v._channelValue else ' not'
|
||||||
nv = '' if v._networkValue else ' not'
|
nv = '' if v._networkValue else ' not'
|
||||||
kind = (
|
kind = (
|
||||||
'is%s network-specific, and is %s channel-specific.'
|
'is%s network-specific, and is%s channel-specific.'
|
||||||
% (nv, cv)
|
% (nv, cv)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user