* lisp/ob-python.el: Fix misspelled constant name

(org-babel-default-header-args:python):
(org-babel-header-args:python): Rename.
`org-babel-header-args:python' is the correct name for extra
language-specific allowed header arguments.
This commit is contained in:
Ihor Radchenko 2023-10-17 11:13:59 +03:00
parent 9bbc21df84
commit 24a0e7f8df
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
(defvar org-babel-default-header-args:python '())
(defconst org-babel-default-header-args:python
(defconst org-babel-header-args:python
'((return . :any)
(python . :any))
"Python-specific header arguments.")