Skip to content

Commit

Permalink
Correct CompositeVideoClip docstring (swap width, height ordering) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
btRooke authored Aug 5, 2020
1 parent b1f62d2 commit b65d293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviepy/video/compositing/CompositeVideoClip.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CompositeVideoClip(VideoClip):
----------
size
The size (height x width) of the final clip.
The size (width, height) of the final clip.
clips
A list of videoclips.
Expand Down

0 comments on commit b65d293

Please sign in to comment.