Skip to content

Commit 1ce0b28

Browse files
authored
DOC: Typo
1 parent c778f70 commit 1ce0b28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/interfaces/ants/registration.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1571,15 +1571,14 @@ class RegistrationSynQuick(ANTSCommand):
15711571
>>> reg.run() # doctest: +SKIP
15721572
"""
15731573

1574-
15751574
_cmd = 'antsRegistrationSyNQuick.sh'
15761575
input_spec = RegistrationSynQuickInputSpec
15771576
output_spec = RegistrationSynQuickOutputSpec
15781577

15791578
def _num_threads_update(self):
15801579
"""
15811580
antsRegistrationSyNQuick.sh ignores environment variables,
1582-
so override environment update frm ANTSCommand class
1581+
so override environment update from ANTSCommand class
15831582
"""
15841583
pass
15851584

0 commit comments

Comments
 (0)