Commit aad76bf4 authored by Victor Zverovich's avatar Victor Zverovich Committed by Jonathan Müller

Document which header defines formatting functions

(cherry picked from commit e208fbff)
parent 0bed09ca
...@@ -11,8 +11,8 @@ namespace is usually omitted in examples. ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment