From 096d0778c4adbb9995134c2dcedd506cae179063 Mon Sep 17 00:00:00 2001 From: Laurens Van Houtven <_@lvh.io> Date: Mon, 20 Apr 2015 14:01:59 -0700 Subject: [PATCH] Fix defvar docstring --- python-docstring.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-docstring.el b/python-docstring.el index 261a9ca..17ad2f9 100644 --- a/python-docstring.el +++ b/python-docstring.el @@ -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."