update links http -> https & fix linkrots

This commit is contained in:
Mikaela Suomalainen
2021-06-29 16:33:08 +03:00
committed by Val Lorentz
parent cca2fd6eb3
commit ff7432f929
9 changed files with 18 additions and 18 deletions

View File

@ -43,10 +43,10 @@ operator. The format function uses the following string formatting characters.
Here are a few examples to help elaborate on the above descriptions::
>>> format("Error %q has been reported %n. For more information, see %u.",
"AttributeError", (5, "time"), "http://supybot.com")
"AttributeError", (5, "time"), "https://limnoria.net")
'Error "AttributeError" has been reported 5 times. For more information,
see <http://supybot.com>.'
see <https://limnoria.net>.'
>>> i = 4
>>> format("There %b %n at this time. You are only allowed %n at any given