From ac390cdc98fee47f08134cdede8c4b3030d78c83 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Fri, 28 Apr 2023 02:57:24 -0400 Subject: [PATCH] DOC: Fix minor typo in API change notes --- doc/api/prev_api_changes/api_changes_3.3.0/deprecations.rst | 2 +- doc/api/prev_api_changes/api_changes_3.5.0/removals.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/prev_api_changes/api_changes_3.3.0/deprecations.rst b/doc/api/prev_api_changes/api_changes_3.3.0/deprecations.rst index 322f6df40d42..d9d79adcfbd5 100644 --- a/doc/api/prev_api_changes/api_changes_3.3.0/deprecations.rst +++ b/doc/api/prev_api_changes/api_changes_3.3.0/deprecations.rst @@ -232,7 +232,7 @@ Deprecated rcParams validators ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The following validators, defined in `.rcsetup`, are deprecated: ``validate_fontset``, ``validate_mathtext_default``, ``validate_alignment``, -``validate_svg_fontset``, ``validate_pgf_texsystem``, +``validate_svg_fonttype``, ``validate_pgf_texsystem``, ``validate_movie_frame_fmt``, ``validate_axis_locator``, ``validate_movie_html_fmt``, ``validate_grid_axis``, ``validate_axes_titlelocation``, ``validate_toolbar``, diff --git a/doc/api/prev_api_changes/api_changes_3.5.0/removals.rst b/doc/api/prev_api_changes/api_changes_3.5.0/removals.rst index 45b574e04cf5..0dcf76cbbe7a 100644 --- a/doc/api/prev_api_changes/api_changes_3.5.0/removals.rst +++ b/doc/api/prev_api_changes/api_changes_3.5.0/removals.rst @@ -351,7 +351,7 @@ rcParams - ``validate_orientation`` - ``validate_pgf_texsystem`` - ``validate_ps_papersize`` - - ``validate_svg_fontset`` + - ``validate_svg_fonttype`` - ``validate_toolbar`` - ``validate_webagg_address``