Skip to content

Commit

Permalink
update plugin docs (had to fix a continuation)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssteinbach committed May 21, 2020
1 parent 0181fc7 commit a767bc8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/tutorials/otio-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,11 @@ De-serializes an OpenTimelineIO object from a json string
Serializes an OpenTimelineIO object into a file
Args:
input_otio (OpenTimeline): An OpenTimeline object
filepath (str): The name of an otio file to write to
indent (int): number of spaces for each json indentation level. Use
-1 for no indentation or newlines.
indent (int): number of spaces for each json indentation level.
Use -1 for no indentation or newlines.
Returns:
bool: Write success
Expand All @@ -164,7 +165,7 @@ Serializes an OpenTimelineIO object into a string
Args:
input_otio (OpenTimeline): An OpenTimeline object
indent (int): number of spaces for each json indentation level. Use
-1 for no indentation or newlines.
-1 for no indentation or newlines.
Returns:
str: A json serialized string representation
Expand Down

0 comments on commit a767bc8

Please sign in to comment.