diff options
Diffstat (limited to 'doc/extdev/deprecated.rst')
-rw-r--r-- | doc/extdev/deprecated.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index 1a461d9e6..958f4ee4d 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -44,12 +44,12 @@ The following is a list of deprecated interfaces. * - ``sphinx.util.texescape.tex_escape_map`` - 2.3 - 4.0 - - ``sphinx.util.texescape.get_escape_func()`` + - ``sphinx.util.texescape.escape()`` * - ``sphinx.util.texescape.tex_hl_escape_map_new`` - 2.3 - 4.0 - - ``sphinx.util.texescape.get_hlescape_func()`` + - ``sphinx.util.texescape.hlescape()`` * - ``sphinx.domains.math.MathDomain.add_equation()`` - 2.2 |