Update README.rst

This commit is contained in:
Victor Zverovich 2015-02-26 09:05:20 -08:00
parent 391d6430e5
commit 86a7d856fa

View File

@ -30,7 +30,7 @@ Features
<http://cppformat.readthedocs.org/en/latest/syntax.html>`_
similar to the one used by `str.format
<http://docs.python.org/2/library/stdtypes.html#str.format>`_ in Python.
* Complete and safe `printf implementation
* Safe `printf implementation
<http://cppformat.readthedocs.org/en/stable/reference.html#printf-formatting-functions>`_
including the POSIX extension for positional arguments.
* Support for user-defined types.