From 1114e5fa194ff68d723637f69e71dd66f35ee6ea Mon Sep 17 00:00:00 2001 From: josh Date: Thu, 21 Jan 2016 18:02:00 -0800 Subject: [PATCH] Fixed typo --- tests/test_ensdf_processing.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_ensdf_processing.py b/tests/test_ensdf_processing.py index 356bc51dad..1807b9f090 100644 --- a/tests/test_ensdf_processing.py +++ b/tests/test_ensdf_processing.py @@ -130,7 +130,7 @@ def cleanup_tmp(): def file_comp(file_out, file_ref, exceptions): ''' - xceptions format: [type, options] + Exceptions format: [type, options] type 1: prefix of length n. options: 'prefix'. type 2: general line ignore. @@ -186,4 +186,3 @@ def file_comp(file_out, file_ref, exceptions): hsicc = test_hsicc() hsmrg = test_hsmrg() seqhst = test_seqhst() - \ No newline at end of file