From 0dd5ab33a54605318ef39fc9045166b01f95d884 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 16 Dec 2025 19:31:57 -0800 Subject: [PATCH] documentation --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index a55c6d8..dd3de15 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -58,7 +58,7 @@ any remark lines, including clip names, and CDL color commands. .. code-block:: python for event in edl.events: - print("- - - Event Info - - - ") + print("- - - Event Info - - -") print("Event No:", event.number) for edit in event.edits: print("On Line No:", edit.line_number)