From 328f08fcf7658a22d876ccf0dc7aca0ef9feea64 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 11 Nov 2010 07:11:38 -0500 Subject: [PATCH] .`_setup_item` -> `._setup_item` in hooke.playlist.Playlist.unload.__doc__. --- hooke/playlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.26.2