diff --git a/arcade/scene.py b/arcade/scene.py index 46ec4bab4..98e0c93a1 100644 --- a/arcade/scene.py +++ b/arcade/scene.py @@ -277,7 +277,7 @@ def remove_sprite_list_by_name( def remove_sprite_list_by_object(self, sprite_list: SpriteList) -> None: """ - Remove a SpriteList by object. + Remove a SpriteList from the Scene. This function serves to completely remove the SpriteList from the Scene.