X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=hooke%2Fplugin%2Fnote.py;h=eebf8c6368f2f48d6d95422110a35a7b4e3e7cb7;hp=b36c8013c84962e9c02fffa690d034d632bcccd4;hb=f62e16fe46b8f19137120a10332a64569ba3a3ad;hpb=43423e8d1ebc52c231e4900f9afb7e5ebaedbd6e diff --git a/hooke/plugin/note.py b/hooke/plugin/note.py index b36c801..eebf8c6 100644 --- a/hooke/plugin/note.py +++ b/hooke/plugin/note.py @@ -34,7 +34,7 @@ class NotePlugin (Builtin): class SetNoteCommand (Command): - """Add a note to one of several Hooke objects. + """Set the note on one of several Hooke objects. """ def __init__(self, plugin): super(SetNoteCommand, self).__init__( @@ -59,7 +59,7 @@ The note text. class GetNoteCommand (Command): - """Retrieve notes from one of several Hooke objects. + """Retrieve the note from one of several Hooke objects. """ def __init__(self, plugin): super(GetNoteCommand, self).__init__(