Update README.rst

This commit is contained in:
Victor Zverovich 2020-07-12 09:57:02 -07:00 committed by GitHub
parent 5f62954864
commit a8074a865a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
<https://fmt.dev/latest/api.html#format>`_ and