mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/python: fix typo in +python-version
Thanks to @ztlevi
This commit is contained in:
@ -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")))
|
||||
|
||||
|
Reference in New Issue
Block a user