Fixed doc generation

This commit is contained in:
Jamie Hardt
2022-11-16 19:00:17 -08:00
parent d3cf5fa5f2
commit 770e7f45a4
4 changed files with 19 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ def parse_cmx3600(f):
f : a file-like object, anything that's readlines-able.
Returns:
An :class:`EditList`.
An :class:`pycmx.edit_list.EditList`.
"""
statements = parse_cmx3600_statements(f)
return EditList(statements)