From 86681c4bb06c4a18b6c5db3b3478b0a0d4a6f377 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 3 Dec 2018 08:04:21 -0800 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f7474095..e3e77dbf 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Features of `str.format `_ in Python. * Safe `printf implementation - `_ including + `_ including the POSIX extension for positional arguments. * Support for user-defined types. * High speed: performance of the format API is close to that of glibc's `printf