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