diff --git a/doc/api.rst b/doc/api.rst index 53376188..e43fb1e3 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -11,8 +11,8 @@ namespace is usually omitted in examples. Format API ========== -The following functions use :ref:`format string syntax ` similar -to the one used by Python's `str.format +The following functions defined in ``fmt/format.h`` use :ref:`format string +syntax ` similar to the one used by Python's `str.format `_ function. They take *format_str* and *args* as arguments.