mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Fix typo
This commit is contained in:
@@ -78,7 +78,7 @@ class Script(object):
|
|||||||
:param sys_path: ``sys.path`` to use during analysis of the script
|
:param sys_path: ``sys.path`` to use during analysis of the script
|
||||||
:type sys_path: list
|
:type sys_path: list
|
||||||
:param environment: TODO
|
:param environment: TODO
|
||||||
:type sys_path: Environment
|
:type environment: Environment
|
||||||
"""
|
"""
|
||||||
def __init__(self, source=None, line=None, column=None, path=None,
|
def __init__(self, source=None, line=None, column=None, path=None,
|
||||||
encoding='utf-8', sys_path=None, environment=None):
|
encoding='utf-8', sys_path=None, environment=None):
|
||||||
|
|||||||
Reference in New Issue
Block a user