Skip to content

Commit 3fff83e

Browse files
Update manim/scene/scene.py
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
1 parent 2d63995 commit 3fff83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/scene/scene.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ def wrapper(self, *args, **kwargs):
833833
self.animations_hashes.append(hash_play)
834834
self.file_writer.add_partial_movie_file(hash_play)
835835
logger.debug(
836-
"Animations hashes list of the scene : (concatened to 5) %(h)s",
836+
"List of the first few animation hashes of the scene: %(h)s",
837837
{"h": str(self.animations_hashes[:5])},
838838
)
839839
func(self, *args, **kwargs)

0 commit comments

Comments
 (0)