From 86a7d856fa03fb5ba96f1a27907a4b7171f42e56 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 26 Feb 2015 09:05:20 -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 415afd86..83fa3da3 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Features `_ similar to the one used by `str.format `_ in Python. -* Complete and safe `printf implementation +* Safe `printf implementation `_ including the POSIX extension for positional arguments. * Support for user-defined types.