From a16721f0771be2816114172574af2c2a36b8fbe2 Mon Sep 17 00:00:00 2001 From: ananya314 <57040724+ananya314@users.noreply.github.com> Date: Wed, 27 Sep 2023 00:36:02 -0400 Subject: [PATCH] Fix 26872-AD.rst --- doc/api/next_api_changes/removals/26872-AD.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/api/next_api_changes/removals/26872-AD.rst b/doc/api/next_api_changes/removals/26872-AD.rst index 2f678ffc3cfd..411359813e51 100644 --- a/doc/api/next_api_changes/removals/26872-AD.rst +++ b/doc/api/next_api_changes/removals/26872-AD.rst @@ -1,6 +1,5 @@ -``repeat`` -~~~~~~~~~~ -... of `.TimedAnimation` is removed without replacements. -``save_count`` -~~~~~~~~~~~~~~ -... of `.FuncAnimation` is removed without replacements. +``Animation`` attributes +~~~~~~~~~~~~~~~~~~~~~~~~ + +The attributes ``repeat`` of `.TimedAnimation` and subclasses and +``save_count`` of `.FuncAnimation` are considered private and removed.