From a92c9dd81b62defbd1ddf87c50ea8efc6073fb2b Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Thu, 17 Apr 2014 14:21:20 +0200 Subject: [PATCH] added a docstring to _Help --- jedi/api/classes.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jedi/api/classes.py b/jedi/api/classes.py index 35928155..8683d194 100644 --- a/jedi/api/classes.py +++ b/jedi/api/classes.py @@ -714,6 +714,10 @@ class _Param(Definition): class _Help(object): + """ + Temporary implementation, will be used as `Script.help() or something in + the future. + """ def __init__(self, definition): self._definition = definition