mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-17 01:15:02 +08:00
correct docstring, fixes #310
This commit is contained in:
@@ -507,7 +507,7 @@ class Script(object):
|
||||
|
||||
This would return ``None``.
|
||||
|
||||
:rtype: :class:`api_classes.CallDef`
|
||||
:rtype: list of :class:`api_classes.CallDef`
|
||||
"""
|
||||
|
||||
call, index = self._func_call_and_param_index()
|
||||
|
||||
Reference in New Issue
Block a user