Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Siavash Mirarab committed Aug 6, 2012
1 parent 600954c commit 942c466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tnrs_handler/bin/tnrs_adapter/MSW3/MSW3_adaptor.py
Expand Up @@ -41,7 +41,7 @@
cat[k] = []
cat[k].append(r)

''' Grep a file for a given pattering'''
''' Grep a file for a given pattern'''
def grep(string,file):
if PYTHON_GREP:
expr = re.compile(string)
Expand Down

0 comments on commit 942c466

Please sign in to comment.