mirror of
https://github.com/vale981/python-docstring-mode
synced 2025-03-04 17:11:41 -05:00
Fix defvar docstring
This commit is contained in:
parent
3cc1e248a4
commit
096d0778c4
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue