diff --git a/doc/index.rst b/doc/index.rst index d02ab0b03011..59dc6652d6b3 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -22,7 +22,7 @@ Format API ---------- The format API is similar in spirit to the C ``printf`` family of function but -is safer, simpler and serveral times `faster +is safer, simpler and several times `faster `_ than common standard library implementations. The `format string syntax `_ is similar to the one used by