Skip to content

Commit 91efd04

Browse files
committed
DOC: Fix grammar in dMRI model comment
Fix grammar in dMRI model comment.
1 parent 0775391 commit 91efd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nifreeze/model/dmri.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self, dataset: DWI, max_b: float | int | None = None, **kwargs):
6767
6868
"""
6969

70-
# Duck typing, instead of explicitly test for DWI type
70+
# Duck typing, instead of explicitly testing for DWI type
7171
if not hasattr(dataset, "bzero"):
7272
raise TypeError("Dataset MUST be a DWI object.")
7373

0 commit comments

Comments
 (0)