This commit is contained in:
tamago324
2019-02-25 22:14:21 +09:00
committed by Dave Halter
parent 17136e03d2
commit 4fecca032d

View File

@@ -78,7 +78,7 @@ class Script(object):
:param sys_path: ``sys.path`` to use during analysis of the script
:type sys_path: list
:param environment: TODO
:type sys_path: Environment
:type environment: Environment
"""
def __init__(self, source=None, line=None, column=None, path=None,
encoding='utf-8', sys_path=None, environment=None):