From ba93402dcc7a1023ff9d7ae8c0dab3d6dfb4252b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 7 Oct 2018 00:46:50 -0400 Subject: [PATCH] lang/python: fix typo in +python-version Thanks to @ztlevi --- modules/lang/python/autoload/python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/python/autoload/python.el b/modules/lang/python/autoload/python.el index c972da568..69766e881 100644 --- a/modules/lang/python/autoload/python.el +++ b/modules/lang/python/autoload/python.el @@ -62,7 +62,7 @@ started it." (puthash (or (doom-project-root) default-directory) (+python--extract-version "Python " - (car (process-lines python-shell-intepreter "--version"))) + (car (process-lines python-shell-interpreter "--version"))) +python-version-cache)) (error "Python")))