From 7a7555a86d6d5ce0ffa070a9a0730e80edec1ef3 Mon Sep 17 00:00:00 2001 From: gpantelis Date: Sun, 26 Mar 2017 00:47:33 +0200 Subject: [PATCH] Correcting text Change the 'au' to 'and' --- docs/getting_started/videoclips.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/videoclips.rst b/docs/getting_started/videoclips.rst index 8e62b91b4..37f5b34a0 100644 --- a/docs/getting_started/videoclips.rst +++ b/docs/getting_started/videoclips.rst @@ -3,7 +3,7 @@ Creating and exporting video clips =================================== -Video au audio clips are the central objects of MoviePy. In this section we present the different sorts of clips, how to create them, and how to write them to a file. For informations on modifying a clip (cuts, effects, etc.), see :ref:`effects`. For how to put clips together see :ref:`CompositeVideoClips` and to see how to preview clips before writing a file, refer to :ref:`efficient`. +Video and audio clips are the central objects of MoviePy. In this section we present the different sorts of clips, how to create them, and how to write them to a file. For informations on modifying a clip (cuts, effects, etc.), see :ref:`effects`. For how to put clips together see :ref:`CompositeVideoClips` and to see how to preview clips before writing a file, refer to :ref:`efficient`. The following code summarizes the base clips that you can create with moviepy: ::