lang/python: fix typo in +python-version
Thanks to @ztlevi
This commit is contained in:
parent
352d9902e4
commit
ba93402dcc
1 changed files with 1 additions and 1 deletions
|
@ -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")))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue