From c4c5677e670bf9752ed9173c1aa8f2012ab56579 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 30 Aug 2013 16:46:00 -0700 Subject: [PATCH] Fix a typo. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 77626750..58e816b9 100644 --- a/README.rst +++ b/README.rst @@ -130,7 +130,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 +Matthew Wilson, the author of FastFormat referred to this situation with IOStreams as "chevron hell". IOStreams doesn't support positional arguments by design.