Skip to content

Commit

Permalink
Merge pull request #8 from Zulko/master
Browse files Browse the repository at this point in the history
pull from zulko
  • Loading branch information
bearney74 authored Feb 16, 2017
2 parents ca009a3 + fb023fb commit 1381b38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ MoviePy can read and write all the most common audio and video formats, includin
Example
--------

In this example we open a video file, select the subclip between t=50s and t=60s, add a title at the center of the screen, and write the result to a new file: ::
In this example we open a video file, select the subclip between t=50s and t=60s, add a title at the center of the screen, and write the result to a new file:

.. code:: python
from moviepy.editor import *
Expand Down
2 changes: 1 addition & 1 deletion moviepy/video/compositing/concatenate.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ def make_frame(t):
return result


concatenate = deprecated_version_of(concatenate_videoclips, "concatenate_videoclips")
concatenate = deprecated_version_of(concatenate_videoclips, oldname="concatenate")

0 comments on commit 1381b38

Please sign in to comment.