Merge pull request #29 from tkf/minor-docstring-fix

Fix api.Script docstring (minor fix)
This commit is contained in:
David Halter
2012-10-16 14:46:25 -07:00

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