From: W. Trevor King Date: Thu, 11 Nov 2010 12:11:38 +0000 (-0500) Subject: .`_setup_item` -> `._setup_item` in hooke.playlist.Playlist.unload.__doc__. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=328f08fcf7658a22d876ccf0dc7aca0ef9feea64;p=hooke.git .`_setup_item` -> `._setup_item` in hooke.playlist.Playlist.unload.__doc__. --- diff --git a/hooke/playlist.py b/hooke/playlist.py index 41132a1..cd5f9fb 100644 --- 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)