lang/python: fix typo in +python-version

Thanks to @ztlevi
This commit is contained in:
Henrik Lissner
2018-10-07 00:46:50 -04:00
parent 352d9902e4
commit ba93402dcc

View File

@ -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")))