Skip to content

Commit ffffe1c

Browse files
committed
STY: Preemptive spelling
1 parent 31bff55 commit ffffe1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nibabies/workflows/anatomical/fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def init_infant_anat_fit_wf(
453453
t2w_mask = precomputed.get('t2w_mask')
454454
anat_mask = precomputed.get(f'{anat}_mask')
455455
refine_mask = False
456-
# T1w masking - define pre-emptively
456+
# T1w masking - define preemptively
457457
apply_t1w_mask = pe.Node(ApplyMask(), name='apply_t1w_mask')
458458
apply_t2w_mask = apply_t1w_mask.clone(name='apply_t2w_mask')
459459

scripts/fetch_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
'Pre-emptive caching of commonly used TemplateFlow templates'
3+
'Preemptive caching of commonly used TemplateFlow templates'
44
import templateflow.api as tf
55

66

0 commit comments

Comments
 (0)