projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8630ced
)
Remove superflous ~ from flatfilt docstring.
author
W. Trevor King
<wking@drexel.edu>
Thu, 12 Aug 2010 11:09:21 +0000
(07:09 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 12 Aug 2010 11:09:21 +0000
(07:09 -0400)
hooke/plugin/flatfilt.py
patch
|
blob
|
history
diff --git
a/hooke/plugin/flatfilt.py
b/hooke/plugin/flatfilt.py
index 2688bba32dff41b1b531463304de47188197d414..429a2dcc362e8b633a7e18cbd5b9ef02c8638e79 100644
(file)
--- a/
hooke/plugin/flatfilt.py
+++ b/
hooke/plugin/flatfilt.py
@@
-21,7
+21,7
@@
# License along with Hooke. If not, see
# <http://www.gnu.org/licenses/>.
-"""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.