.`_setup_item` -> `._setup_item` in hooke.playlist.Playlist.unload.__doc__.
authorW. Trevor King <wking@drexel.edu>
Thu, 11 Nov 2010 12:11:38 +0000 (07:11 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 11 Nov 2010 12:11:38 +0000 (07:11 -0500)
hooke/playlist.py

index 41132a106c48bbc80774bb2d850cf8c742922108..cd5f9fbd3e37cc01e60dcd121b9a8d9761db0ce4 100644 (file)
@@ -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)