Skip to content

Commit c6d44b0

Browse files
committed
fix(cli): add '.' after command description
1 parent 68858c3 commit c6d44b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim_slides/present.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def quit(self):
293293
)
294294
@click.help_option("-h", "--help")
295295
def present(scenes, config_path, folder, start_paused, fullscreen, last_frame_next):
296-
"""Present the different scenes"""
296+
"""Present the different scenes."""
297297

298298
presentations = list()
299299
for scene in scenes:

0 commit comments

Comments
 (0)