Skip to content

Commit

Permalink
fixed wrong sample Python code, closes #1694
Browse files Browse the repository at this point in the history
  • Loading branch information
mm3509 committed Feb 10, 2024
1 parent 7302ff1 commit c422436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Python:
import opentimelineio as otio
timeline = otio.adapters.read_from_file("foo.aaf")
for clip in timeline.find_clips():
for clip in timeline.each_clip():
print(clip.name, clip.duration())
```

Expand Down

0 comments on commit c422436

Please sign in to comment.