Skip to content

Commit 08812fb

Browse files
author
Horea Christian
committed
typos
1 parent 4d0d309 commit 08812fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nipype/interfaces/dcmstack.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Provides interfaces to various commands provided by FreeSurfer
1+
"""Provides interfaces to various commands provided by dcmstack
22
33
Change directory to provide relative paths for doctests
44
>>> import os
@@ -51,7 +51,7 @@ class NiftiGeneratorBaseInputSpec(TraitedSpec):
5151

5252
class NiftiGeneratorBase(BaseInterface):
5353
'''Base class for interfaces that produce Nifti files, potentially with
54-
embeded meta data.'''
54+
embedded meta data.'''
5555
def _get_out_path(self, meta, idx=None):
5656
'''Return the output path for the gernerated Nifti.'''
5757
if self.inputs.out_format:
@@ -190,7 +190,7 @@ class LookupMetaInputSpec(TraitedSpec):
190190
)
191191

192192
class LookupMeta(BaseInterface):
193-
'''Lookup meta data values from a Nifti with embeded meta data.
193+
'''Lookup meta data values from a Nifti with embedded meta data.
194194
195195
Example
196196
-------

0 commit comments

Comments
 (0)