264: Cleaned up docstrings on all example plugins

This commit is contained in:
Jason Gerard DeRose
2008-09-04 09:22:18 +00:00
parent 6b9ba734e1
commit 553b0c596d
3 changed files with 16 additions and 15 deletions

View File

@@ -47,7 +47,7 @@ def from_cli(cli_name):
class help(public.Application):
'Display help on command.'
'Display help on a command.'
def __call__(self, key):
key = str(key)
if key not in self.application:
@@ -59,7 +59,7 @@ class help(public.Application):
class console(public.Application):
'Start the IPA Python console.'
'Start the IPA interactive Python console.'
def __call__(self):
code.interact(