Document which header defines formatting functions

This commit is contained in:
Victor Zverovich 2017-02-24 07:06:05 -08:00
parent ad6d78f2a8
commit e208fbff52

View File

@ -11,8 +11,8 @@ namespace is usually omitted in examples.
Format API Format API
========== ==========
The following functions use :ref:`format string syntax <syntax>` similar The following functions defined in ``fmt/format.h`` use :ref:`format string
to the one used by Python's `str.format syntax <syntax>` similar to the one used by Python's `str.format
<http://docs.python.org/3/library/stdtypes.html#str.format>`_ function. <http://docs.python.org/3/library/stdtypes.html#str.format>`_ function.
They take *format_str* and *args* as arguments. They take *format_str* and *args* as arguments.