Merge branch 'master' of github.com:fmtlib/fmt
diff --git a/doc/api.rst b/doc/api.rst
index b9a46be..8dbef39 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -11,8 +11,8 @@
 Format API
 ==========
 
-The following functions use :ref:`format string syntax <syntax>` similar
-to the one used by Python's `str.format
+The following functions defined in ``fmt/format.h`` use :ref:`format string
+syntax <syntax>` similar to the one used by Python's `str.format
 <http://docs.python.org/3/library/stdtypes.html#str.format>`_ function.
 They take *format_str* and *args* as arguments.