diff options
author | Milly <milly.ca@gmail.com> | 2020-06-06 17:00:38 +0900 |
---|---|---|
committer | Milly <milly.ca@gmail.com> | 2020-06-06 17:17:18 +0900 |
commit | 5a777906db53f7370a5fbd377fb554d56da2717d (patch) | |
tree | e65d687abcf74e9ce1b6c260127b710c25db7366 /rplugin | |
parent | 531a4bb3b4f67c8774ed419d63cf72315ae34cdd (diff) | |
download | deoplete.nvim-5a777906db53f7370a5fbd377fb554d56da2717d.zip |
Fix typo.
Diffstat (limited to 'rplugin')
-rw-r--r-- | rplugin/python3/deoplete/parent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rplugin/python3/deoplete/parent.py b/rplugin/python3/deoplete/parent.py index 13304a4..d028a6f 100644 --- a/rplugin/python3/deoplete/parent.py +++ b/rplugin/python3/deoplete/parent.py @@ -88,7 +88,7 @@ class AsyncParent(_Parent): This handles Python being embedded in Vim on Windows or OSX. - Taken from jedia.api.environment._try_get_same_env. + Taken from jedi.api.environment._try_get_same_env. """ exe = sys.executable if not os.path.basename(exe).lower().startswith('python'): |