From 4dac3b7f134cc52b1b5c3d35bd42f1f67434656a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 7 Dec 2012 15:37:38 -0800 Subject: [PATCH] Correct quotes. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d457c194..a50737cc 100644 --- a/README.rst +++ b/README.rst @@ -58,7 +58,7 @@ which is a lot of typing compared to printf:: printf("%.2f\n", 1.23456); Matthew Wilson, the author of FastFormat referred to this situations with -IOStreams as ``chevron hell``. +IOStreams as "chevron hell". As with printf, there is no chance to support i18n. The good part is that IOStreams supports user-defined types and is safe