Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1130a4

Browse files
committed
Added clarifying comment
1 parent 06ed202 commit e1130a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/commands.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ def mk2arg(head, x):
4040

4141

4242
# Make a shell command argument from a string.
43+
# Return a string beginning with a space followed by a shell-quoted
44+
# version of the argument.
4345
# Two strategies: enclose in single quotes if it contains none;
4446
# otherwise, enclose in double quotes and prefix quotable characters
4547
# with backslash.

0 commit comments

Comments
 (0)