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