From 572491ad1fe013af6cf241f05e1b0f0413bf4dfe Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 24 Feb 2017 07:04:44 -0800 Subject: [PATCH] Document which header defines formatting functions --- doc/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.