aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ob-python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/ob-python.el')
-rw-r--r--lisp/org/ob-python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-python.el b/lisp/org/ob-python.el
index 4abe7affe5c..eb74f93881b 100644
--- a/lisp/org/ob-python.el
+++ b/lisp/org/ob-python.el
@@ -64,7 +64,7 @@ This will typically be either 'python or 'python-mode."
64 :type 'string) 64 :type 'string)
65 65
66(defcustom org-babel-python-None-to 'hline 66(defcustom org-babel-python-None-to 'hline
67 "Replace None in python tables with this before returning." 67 "Replace `None' in python tables with this before returning."
68 :group 'org-babel 68 :group 'org-babel
69 :version "24.4" 69 :version "24.4"
70 :package-version '(Org . "8.0") 70 :package-version '(Org . "8.0")