From 3b7bd43479a4f7afc933afefe217170e277bda0e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 7 Jan 2015 23:13:38 -0500 Subject: Fix some docstrings --- lisp/init-python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/init-python.el') diff --git a/lisp/init-python.el b/lisp/init-python.el index 642e8fb..b16a005 100644 --- a/lisp/init-python.el +++ b/lisp/init-python.el @@ -22,7 +22,7 @@ (defun km/find-python-test-file-other-window (arg) "Open test file for the current Python file in another window. If the file does not already exist, import the original Python -file. Unless a ARG is non-nil, py.test is also imported." +file. Unless ARG is non-nil, py.test is also imported." (interactive "P") (let* ((py-file (file-name-nondirectory buffer-file-name)) (test-file (concat "test_" py-file))) -- cgit v1.2.3