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.