1
0
forked from VimPlug/jedi

Remove source_encoding from documentation (see #1167)

This commit is contained in:
Dave Halter
2018-07-09 18:12:27 +02:00
parent a59e5a016f
commit aa4dcc1631

View File

@@ -75,9 +75,6 @@ class Script(object):
:param encoding: The encoding of ``source``, if it is not a
``unicode`` object (default ``'utf-8'``).
:type encoding: str
:param source_encoding: The encoding of ``source``, if it is not a
``unicode`` object (default ``'utf-8'``).
:type encoding: str
:param sys_path: ``sys.path`` to use during analysis of the script
:type sys_path: list
:param environment: TODO