mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-22 05:11:25 +08:00
Merge pull request #29 from tkf/minor-docstring-fix
Fix api.Script docstring (minor fix)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user