From 4d0aa4d8fe3eea24d0b48c092e246ea9a366fa09 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 30 Sep 2020 17:21:07 -0700 Subject: [PATCH] Update link --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 59dc6652..1bafcf04 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -23,7 +23,7 @@ Format API The format API is similar in spirit to the C ``printf`` family of function but is safer, simpler and several times `faster -`_ +`_ than common standard library implementations. The `format string syntax `_ is similar to the one used by `str.format `_ in