From 2e69e454d0e30dfe2cb009c0349425154be1fe6d Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 16 Jun 2016 11:18:40 -0700 Subject: [PATCH] Fix a link (#347) --- doc/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 4e17d4b5..715a11ab 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -24,8 +24,8 @@ Format API The replacement-based Format API provides a safe alternative to ``printf``, ``sprintf`` and friends with comparable or `better performance `_. -The `format string syntax `_ is similar -to the one used by `str.format `_ +The `format string syntax `_ is similar to the one used by +`str.format `_ in Python: .. code:: c++