Skip to content

Commit 72a93c2

Browse files
authored
Update nibabel/nifti1.py
1 parent 061fbf5 commit 72a93c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/nifti1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ class Nifti1DicomExtension(Nifti1Extension[DicomDataset]):
555555
"""
556556

557557
code = 2
558-
_is_implict_VR: bool = False
558+
_is_implicit_VR: bool = False
559559
_is_little_endian: bool = True
560560

561561
def __init__(

0 commit comments

Comments
 (0)