Fix defvar docstring

This commit is contained in:
Laurens Van Houtven 2015-04-20 14:01:59 -07:00
parent 3cc1e248a4
commit 096d0778c4

View file

@ -34,7 +34,7 @@
(defvar python-docstring-script
(concat (file-name-as-directory (file-name-directory #$))
"docstring_wrap.py")
"The location of the ")
"The location of the docstring_wrap.py script.")
(defun python-docstring-fill ()
"Wrap Python docstrings as epytext or ReStructured Text."