Skip to content

Commit

Permalink
Merge pull request #30 from dimatura/doctypo
Browse files Browse the repository at this point in the history
Fixed small typo in docs
  • Loading branch information
Zulko committed Mar 30, 2014
2 parents a459029 + 355e4bb commit 6e2459d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/crash_course/crash_course.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Now ``video`` plays ``clip1``, and ``clip2`` *on top of* ``clip1``, and ``clip3`
In a CompositionClip, all the clips start to play at a time that is specified by the ``clip.start`` attribute. You can set this starting time as follows: ::
clip2 = clip1.set_start(5) # start after 5 seconds
clip1 = clip1.set_start(5) # start after 5 seconds

So for instance your composition will look like ::

Expand Down

0 comments on commit 6e2459d

Please sign in to comment.