From 1f3f84631cf696525fd472fd486aefab58665f9e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 2 Jul 2020 07:29:38 -0700 Subject: [PATCH] Fix a typo --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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