Merge pull request #24 from JKesMc9tqIQe9M/master

removed an extraneous whitespace
This commit is contained in:
crista
2015-01-31 16:06:21 -08:00

View File

@@ -5,7 +5,7 @@ import sys, re, operator, string
# The functions
#
def read_file(path_to_file, func):
with open(path_to_file) as f:
with open(path_to_file) as f:
data = f.read()
func(data, normalize)