From 589b73f6460244742f33b04fa0040ac50909f054 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 5 Feb 2015 11:16:39 -0800 Subject: [PATCH] Update links --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 75088e6e..0371a5a4 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ Features * Write API similar to the one used by IOStreams but much faster and more consistent. * Format API with `format string syntax - `_ + `_ similar to the one used by `str.format `_ in Python. * Support for user-defined types. @@ -96,10 +96,10 @@ An object of any user-defined type for which there is an overloaded // s == "The date is 2012-12-9" You can use the `FMT_VARIADIC -`_ +`_ macro to create your own functions similar to `format -`_ and -`print `_ +`_ and +`print `_ which take arbitrary arguments: .. code:: c++