diff --git a/doc/index.rst b/doc/index.rst index a00828b087b5..ea70c46ee207 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -25,7 +25,7 @@ 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 `_ +`str.format `_ in Python: .. code:: c++