1
0
forked from VimPlug/jedi

correct docstring, fixes #310

This commit is contained in:
David Halter
2013-09-06 13:03:30 +04:30
parent c74aa71549
commit 2deccb6d66
+1 -1
View File
@@ -507,7 +507,7 @@ class Script(object):
This would return ``None``. This would return ``None``.
:rtype: :class:`api_classes.CallDef` :rtype: list of :class:`api_classes.CallDef`
""" """
call, index = self._func_call_and_param_index() call, index = self._func_call_and_param_index()