diff options
| author | Bastien Guerry <bzg@gnu.org> | 2013-12-06 12:21:31 +0100 |
|---|---|---|
| committer | Bastien Guerry <bzg@gnu.org> | 2013-12-06 12:21:31 +0100 |
| commit | 73d3db828e8149847b3666acbc38f94898ac15a9 (patch) | |
| tree | 7cd2d596b9cd5c2c54aef94c4cdf900e99009401 /lisp/org/ob-python.el | |
| parent | 64ed4306fc76b2b5386deef8cdd101a2dfe13b74 (diff) | |
| download | emacs-73d3db828e8149847b3666acbc38f94898ac15a9.tar.gz | |
Merge Org 8.2.4
Diffstat (limited to 'lisp/org/ob-python.el')
| -rw-r--r-- | lisp/org/ob-python.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/ob-python.el b/lisp/org/ob-python.el index 99c35ce2863..3c3f6646877 100644 --- a/lisp/org/ob-python.el +++ b/lisp/org/ob-python.el @@ -54,7 +54,7 @@ This will typically be either 'python or 'python-mode." :group 'org-babel :version "24.4" :package-version '(Org . "8.0") - :type 'function) + :type 'symbol) (defvar org-src-preserve-indentation) @@ -70,7 +70,7 @@ This will typically be either 'python or 'python-mode." :group 'org-babel :version "24.4" :package-version '(Org . "8.0") - :type 'string) + :type 'symbol) (defun org-babel-execute:python (body params) "Execute a block of Python code with Babel. |
