summaryrefslogtreecommitdiff
path: root/rplugin
diff options
context:
space:
mode:
authorMilly <milly.ca@gmail.com>2020-06-06 17:00:38 +0900
committerMilly <milly.ca@gmail.com>2020-06-06 17:17:18 +0900
commit5a777906db53f7370a5fbd377fb554d56da2717d (patch)
treee65d687abcf74e9ce1b6c260127b710c25db7366 /rplugin
parent531a4bb3b4f67c8774ed419d63cf72315ae34cdd (diff)
downloaddeoplete.nvim-5a777906db53f7370a5fbd377fb554d56da2717d.zip
Fix typo.
Diffstat (limited to 'rplugin')
-rw-r--r--rplugin/python3/deoplete/parent.py2
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'):