From 43dd48dea71a8e27c9f7a9210fc345a20e2d95ef Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 16 Dec 2025 18:59:40 -0800 Subject: [PATCH] documentation --- docs/source/index.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 168cf2e..eaa8f01 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -50,11 +50,10 @@ function: with open("tests/edls/TEST.edl") as f: edl = pycmx.parse_cmx3600(f) -This returns a generator tha will yield each :class:`~pycmx.event.Event`. -Events can have multiple edits, if they are a part of a cross-dissolve oe a +This returns a generator that will yield each :class:`~pycmx.event.Event`. +Events can have multiple edits, if they are a part of a cross-dissolve or a key. - .. toctree:: :maxdepth: 5 :caption: API Reference