From e92ba1071db7a1fcaee1274bef914bf639dae718 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Tue, 20 Feb 2018 11:54:56 -0500 Subject: [PATCH] Fix Python str.format link to point to Python 3 docs --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++