From aa4dcc1631cfcb4cbac1550608cd52325741cbcc Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 9 Jul 2018 18:12:27 +0200 Subject: [PATCH] Remove source_encoding from documentation (see #1167) --- jedi/api/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/jedi/api/__init__.py b/jedi/api/__init__.py index 41c1f23c..994a3bc8 100644 --- a/jedi/api/__init__.py +++ b/jedi/api/__init__.py @@ -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