From 42f7a7bdc4b219a69c0fecad97abaa9d1144162c Mon Sep 17 00:00:00 2001 From: Peter Gervai Date: Mon, 20 Nov 2017 13:12:21 +0100 Subject: [PATCH] help doesn't The original construct seems not to work, this one does. --- data-scripts/count_us_census.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-scripts/count_us_census.py b/data-scripts/count_us_census.py index 1830ed97..1bf59e20 100755 --- a/data-scripts/count_us_census.py +++ b/data-scripts/count_us_census.py @@ -18,7 +18,7 @@ def usage(): %s dist.male.names ../data/male_names.txt for each file. -''' % [sys.argv[0]] * 3 +''' % tuple([sys.argv[0]] * 3) def main(input_filename, output_filename): with codecs.open(output_filename, 'w', 'utf8') as f: