forked from VimPlug/jedi
Fix api.Script docstring
This commit is contained in:
@@ -165,7 +165,7 @@ class Script(object):
|
|||||||
:param col: The column to complete in.
|
:param col: The column to complete in.
|
||||||
:type col: int
|
:type col: int
|
||||||
:param source_path: The path in the os, the current module is in.
|
:param source_path: The path in the os, the current module is in.
|
||||||
:type source_path: int
|
:type source_path: string
|
||||||
"""
|
"""
|
||||||
def __init__(self, source, line, column, source_path):
|
def __init__(self, source, line, column, source_path):
|
||||||
self.pos = line, column
|
self.pos = line, column
|
||||||
|
|||||||
Reference in New Issue
Block a user