Fix typo in conf.py (#1501)

Fixed typo that lead to a wrong variable name being pointed out
This commit is contained in:
PeGaSuS 2022-03-06 12:30:02 +01:00 committed by GitHub
parent 66d986e820
commit 80b26c013d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1454,7 +1454,7 @@ registerGlobalValue(supybot, 'externalIP',
empty string, the bot will attempt to find out its IP dynamically (though empty string, the bot will attempt to find out its IP dynamically (though
sometimes that doesn't work, hence this variable). This variable is not used sometimes that doesn't work, hence this variable). This variable is not used
by Limnoria and its built-in plugins: see supybot.protocols.irc.vhost / by Limnoria and its built-in plugins: see supybot.protocols.irc.vhost /
supybot.protocols.irc.vhost6 to set the IRC bind host, and supybot.protocols.irc.vhostv6 to set the IRC bind host, and
supybot.servers.http.hosts4 / supybot.servers.http.hosts6 to set the HTTP supybot.servers.http.hosts4 / supybot.servers.http.hosts6 to set the HTTP
server bind host."""))) server bind host.""")))