diff --git a/doc/index.rst b/doc/index.rst index a00828b0..ea70c46e 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++