1
0
forked from VimPlug/jedi

Fix api.Script docstring

This commit is contained in:
Takafumi Arakaki
2012-10-16 22:32:41 +02:00
parent 6a8b160e1b
commit f3d51772d6

View File

@@ -165,7 +165,7 @@ class Script(object):
:param col: The column to complete in.
:type col: int
: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):
self.pos = line, column