]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-python.el
Fix typos.
[gnu-emacs] / lisp / org / ob-python.el
index 0fe0b4fefd8358a17c61de55ac9ac301ae7d0ee3..5234d83eceec6e4f330c459ecd32d6fb3a0ba53d 100644 (file)
@@ -1,8 +1,9 @@
 ;;; ob-python.el --- org-babel functions for python evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation
+;; Copyright (C) 2009-2011  Free Software Foundation
 
-;; Author: Eric Schulte, Dan Davison
+;; Author: Eric Schulte
+;;     Dan Davison
 ;; Keywords: literate programming, reproducible research
 ;; Homepage: http://orgmode.org
 ;; Version: 7.7
@@ -294,6 +295,6 @@ last statement in BODY, as elisp."
 
 (provide 'ob-python)
 
-;; arch-tag: f19b6c3d-dfcb-4a1a-9ce0-45ade1ebc212
+
 
 ;;; ob-python.el ends here