ob-python.el: Fix compatibility bug.
commit4a0afac6697f3c3374b343484f36d3186724c19f
authorBastien Guerry <bzg@altern.org>
Wed, 23 Jan 2013 12:58:20 +0000 (23 13:58 +0100)
committerBastien Guerry <bzg@altern.org>
Wed, 23 Jan 2013 12:58:20 +0000 (23 13:58 +0100)
tree89ec60148ea64417616d8a2de07947b7991b0901
parent340f51f723e671954952e4692f2e70c7e50cc93e
ob-python.el: Fix compatibility bug.

* ob-python.el (org-babel-python-command): Fix docstring.
(org-babel-python-initiate-session-by-key): Fix bug: `run-python'
from Emacs >24.1 requires a python command as an argument.

Thanks to Myles English for raising this issue.
lisp/ob-python.el