summaryrefslogtreecommitdiff
path: root/doc/config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.rst b/doc/config.rst
index e7e2455d..8a2b76be 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -238,10 +238,10 @@ General configuration
.. versionadded:: 1.3
-.. confval:: numfig_prefix
+.. confval:: numfig_format
A dictionary mapping ``'figure'``, ``'table'`` and ``'code-block'`` to
- strings that are used for prefix of figure numbers. Default is to use
+ strings that are used for format of figure numbers. Default is to use
``'Fig. %s'`` for ``'figure'``, ``'Table %s'`` for ``'table'`` and
``'Listing %s'`` for ``'code-block'``.