Repoint one more Python 2 link to Python 3

One more python reference, this one acknowledging the `str.format` function.
This commit is contained in:
Jack Andersen 2019-09-30 16:43:04 -10:00 committed by Victor Zverovich
parent d2c9276fcd
commit 0571013709

View File

@ -508,7 +508,7 @@ Some ideas used in the implementation are borrowed from `Loki
<http://clang.llvm.org/doxygen/classclang_1_1Diagnostic.html>`_ in
`Clang <http://clang.llvm.org/>`_.
Format string syntax and the documentation are based on Python's `str.format
<http://docs.python.org/2/library/stdtypes.html#str.format>`_.
<https://docs.python.org/3/library/stdtypes.html#str.format>`_.
Thanks `Doug Turnbull <https://github.com/softwaredoug>`_ for his valuable
comments and contribution to the design of the type-safe API and
`Gregory Czajkowski <https://github.com/gcflymoto>`_ for implementing binary