diff --git a/lisp/ob-python.el b/lisp/ob-python.el index e7cc4d5a8..d6bc10eee 100644 --- a/lisp/ob-python.el +++ b/lisp/ob-python.el @@ -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.")