Skip to content

Commit

Permalink
Merge pull request #254 from tcyrus/patch-1
Browse files Browse the repository at this point in the history
Update README.rst to add python syntax highlighting
  • Loading branch information
Gloin1313 authored Feb 16, 2017
2 parents 118f952 + f0dc512 commit fb023fb
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit fb023fb

Please sign in to comment.