Skip to content

Commit

Permalink
Fix outdated reference in docstring (#1744)
Browse files Browse the repository at this point in the history
Co-authored-by: ezioruan <ezioruan@gmail.com>
  • Loading branch information
ezioruan and ezioruan authored May 12, 2022
1 parent 5853ff8 commit 025c3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviepy/audio/AudioClip.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class AudioClip(Clip):
"""Base class for audio clips.
See ``AudioFileClip`` and ``CompositeSoundClip`` for usable classes.
See ``AudioFileClip`` and ``CompositeAudioClip`` for usable classes.
An AudioClip is a Clip with a ``make_frame`` attribute of
the form `` t -> [ f_t ]`` for mono sound and
Expand Down

0 comments on commit 025c3fe

Please sign in to comment.