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++