From 4f5ceb7562af85a619227bc15a8fcbac4ddca919 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:33:48 +0100 Subject: [PATCH] Backport PR #29597: Fix typo in deprecation notes for 3.10.0 --- doc/api/prev_api_changes/api_changes_3.10.0/deprecations.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/prev_api_changes/api_changes_3.10.0/deprecations.rst b/doc/api/prev_api_changes/api_changes_3.10.0/deprecations.rst index ad344b37d069..013a5ff6ca8e 100644 --- a/doc/api/prev_api_changes/api_changes_3.10.0/deprecations.rst +++ b/doc/api/prev_api_changes/api_changes_3.10.0/deprecations.rst @@ -5,6 +5,7 @@ Many plotting functions will restrict positional arguments to the first few para in the future. All further configuration parameters will have to be passed as keyword arguments. This is to enforce better code and and allow for future changes with reduced risk of breaking existing code. + Changing ``Figure.number`` ~~~~~~~~~~~~~~~~~~~~~~~~~~