summaryrefslogtreecommitdiff
path: root/lisp/init-python.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-01-07 23:13:38 -0500
committerKyle Meyer <kyle@kyleam.com>2015-01-07 23:13:38 -0500
commit3b7bd43479a4f7afc933afefe217170e277bda0e (patch)
tree5a2d24b47ece16b2f4abc2117f46b3ccbff3ed17 /lisp/init-python.el
parent965c259c182361e9a698b3ff2c466bf177ed3c81 (diff)
downloademacs.d-3b7bd43479a4f7afc933afefe217170e277bda0e.tar.gz
Fix some docstrings
Diffstat (limited to 'lisp/init-python.el')
-rw-r--r--lisp/init-python.el2
1 files changed, 1 insertions, 1 deletions
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)))