mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
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:
committed by
Victor Zverovich
parent
d2c9276fcd
commit
0571013709
@ -508,7 +508,7 @@ Some ideas used in the implementation are borrowed from `Loki
|
|||||||
<http://clang.llvm.org/doxygen/classclang_1_1Diagnostic.html>`_ in
|
<http://clang.llvm.org/doxygen/classclang_1_1Diagnostic.html>`_ in
|
||||||
`Clang <http://clang.llvm.org/>`_.
|
`Clang <http://clang.llvm.org/>`_.
|
||||||
Format string syntax and the documentation are based on Python's `str.format
|
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
|
Thanks `Doug Turnbull <https://github.com/softwaredoug>`_ for his valuable
|
||||||
comments and contribution to the design of the type-safe API and
|
comments and contribution to the design of the type-safe API and
|
||||||
`Gregory Czajkowski <https://github.com/gcflymoto>`_ for implementing binary
|
`Gregory Czajkowski <https://github.com/gcflymoto>`_ for implementing binary
|
||||||
|
Reference in New Issue
Block a user