documentation

This commit is contained in:
2025-12-16 19:31:57 -08:00
parent 4471953696
commit 0dd5ab33a5

View File

@@ -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)