Browse Source

Merge branch 'maint'

Bastien Guerry 11 years ago
parent
commit
d310a87605
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ob-python.el

+ 1 - 1
lisp/ob-python.el

@@ -136,7 +136,7 @@ specifying a variable of the same value."
     (if (equal var 'hline)
 	org-babel-python-hline-to
       (format
-       (if (and (stringp var) (string-match "[\n\r]" var)) "\"\"%S\"\"" "%S")
+       (if (and (stringp var) (string-match "[\n\r]" var)) "\"\"%s\"\"" "%s")
        var))))
 
 (defun org-babel-python-table-or-string (results)