Skip to content

Commit 664d05f

Browse files
committed
fix a typo
1 parent b7a3e96 commit 664d05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/nicom/dicomwrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def wrapper_from_data(dcm_data):
8383
csa = csar.get_csa_header(dcm_data)
8484
except csar.CSAReadError as e:
8585
warnings.warn('Error while attempting to read CSA header: '+
86-
str(e.args) + '\n ignoring Siemens private (CSA) header info.')
86+
str(e.args) + '\n Ignoring Siemens private (CSA) header info.')
8787
csa = None
8888
if csa is None:
8989
return Wrapper(dcm_data)

0 commit comments

Comments
 (0)