From: W. Trevor King Date: Thu, 12 Aug 2010 11:09:21 +0000 (-0400) Subject: Remove superflous ~ from flatfilt docstring. X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=9798d18e73eb2f970e60485b7dc21b72f1cfdd63;hp=8630ced788bedb8e4a024434fec7e7d095fa9563 Remove superflous ~ from flatfilt docstring. --- diff --git a/hooke/plugin/flatfilt.py b/hooke/plugin/flatfilt.py index 2688bba..429a2dc 100644 --- a/hooke/plugin/flatfilt.py +++ b/hooke/plugin/flatfilt.py @@ -21,7 +21,7 @@ # License along with Hooke. If not, see # . -"""The ``flatfilt`` module provides :class:`~FlatFiltPlugin` and +"""The ``flatfilt`` module provides :class:`FlatFiltPlugin` and several associated :class:`~hooke.command.Command`\s for removing flat (featureless) :mod:`~hooke.curve.Curve`\s from :class:`~hooke.playlist.Playlist`\s.