Used https for most *.python.org links

This commit is contained in:
Claude Paroz 2014-12-19 16:25:57 +01:00
parent 742fba9455
commit 0a4b04fc23
36 changed files with 52 additions and 57 deletions

View file

@ -2071,7 +2071,7 @@ Formats the variable according to the argument, a string formatting specifier.
This specifier uses Python string formatting syntax, with the exception that
the leading "%" is dropped.
See http://docs.python.org/library/stdtypes.html#string-formatting-operations
See https://docs.python.org/library/stdtypes.html#string-formatting-operations
for documentation of Python string formatting
For example::