diff --git a/README.rst b/README.rst index 7be5067a..251d98b9 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,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. @@ -45,7 +45,7 @@ Features (-Wall -Wextra -pedantic). * Support for wide strings. -See the `documentation `__ for more details. +See the `documentation `__ for more details. Examples -------- @@ -92,10 +92,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 `__ +`print `__ which take arbitrary arguments: .. code-block:: c++ @@ -374,7 +374,7 @@ Documentation License --------------------- The `Format String Syntax -`__ +`__ section in the documentation is based on the one from Python `string module documentation `__ adapted for the current library. For this reason the documentation is