From a8074a865a3965d3233d770015f3275b31b03d69 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 12 Jul 2020 09:57:02 -0700 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5b358426..64b58003 100644 --- a/README.rst +++ b/README.rst @@ -143,7 +143,7 @@ Write a file from a single thread: out.print("Don't {}", "Panic"); } -This is up to 6x faster than using ``printf``. +This is up to 6x faster than using ``fprintf``. Create your own functions similar to `format `_ and