From fbee89d5f996369cc99c648500255f24aadc11e5 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 28 Feb 2013 10:50:17 -0800 Subject: [PATCH] Correct links --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 38e07606..a1fcdd8a 100644 --- a/README.rst +++ b/README.rst @@ -71,8 +71,9 @@ An object of any user-defined type for which there is an overloaded // s == "The date is 2012-12-9" You can use ```fmt::TempFormatter`` -` -to create your own functions similar to ``fmt::Format`` and ``fmt::Print`` +`__ +to create your own functions similar to ```fmt::Format`` +`__ and ``fmt::Print`` with an arbitrary action performed when formatting is complete: .. code-block:: c++