projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
634a188
)
.`_setup_item` -> `._setup_item` in hooke.playlist.Playlist.unload.__doc__.
author
W. Trevor King
<wking@drexel.edu>
Thu, 11 Nov 2010 12:11:38 +0000
(07:11 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 11 Nov 2010 12:11:38 +0000
(07:11 -0500)
hooke/playlist.py
patch
|
blob
|
history
diff --git
a/hooke/playlist.py
b/hooke/playlist.py
index 41132a106c48bbc80774bb2d850cf8c742922108..cd5f9fbd3e37cc01e60dcd121b9a8d9761db0ce4 100644
(file)
--- a/
hooke/playlist.py
+++ b/
hooke/playlist.py
@@
-202,7
+202,7
@@
class Playlist (NoteIndexList):
oldest.unload()
def unload(self, curve):
- "Inverse of
.`
_setup_item`."
+ "Inverse of
`.
_setup_item`."
curve.unload()
try:
self._loaded.remove(curve)