Skip to content

Commit 82e4a42

Browse files
committed
Docstring tweaks
1 parent 0afc3b2 commit 82e4a42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python-environment.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
msg))))
6060

6161
(defun python-environment-make (&optional root virtualenv)
62-
"Make virtualenv at ROOT asynchronously and return the deferred object.
62+
"Make virtualenv at ROOT asynchronously and return a deferred object.
6363
If VIRTUALENV (list of string) is specified, it is used instead of
6464
`python-environment-virtualenv'."
6565
(let ((path (convert-standard-filename (expand-file-name
@@ -103,7 +103,8 @@ If VIRTUALENV (list of string) is specified, it is used instead of
103103
(cdr command))))
104104

105105
(defun python-environment-run (command &optional root virtualenv)
106-
"Run COMMAND installed in Python virtualenv located at ROOT.
106+
"Run COMMAND installed in Python virtualenv located at ROOT
107+
asynchronously and return a deferred object.
107108
If ROOT is not specified, shared virtual environment specified by
108109
`python-environment-root' is used.
109110
If VIRTUALENV (list of string) is specified, it is used instead of

0 commit comments

Comments
 (0)