From d5a89ab843542f88544a0f55900093329ef6b85c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 20 Aug 2015 13:44:11 -0400 Subject: Fix 'filename' to be 'file name' in English. --- coverage/cmdline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/cmdline.py') diff --git a/coverage/cmdline.py b/coverage/cmdline.py index b2ffdf75..413fbba7 100644 --- a/coverage/cmdline.py +++ b/coverage/cmdline.py @@ -629,7 +629,7 @@ def unshell_list(s): if env.WINDOWS: # When running coverage.py as coverage.exe, some of the behavior # of the shell is emulated: wildcards are expanded into a list of - # filenames. So you have to single-quote patterns on the command + # file names. So you have to single-quote patterns on the command # line, but (not) helpfully, the single quotes are included in the # argument, so we have to strip them off here. s = s.strip("'") -- cgit v1.2.1