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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

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