Skip to content

Commit d12c3a3

Browse files
committed
Merge pull request #1098 from TheChymera/TheChymera-patch-1
minor typos
2 parents b315a96 + 08812fb commit d12c3a3

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
@@ -56,7 +56,7 @@ class NiftiGeneratorBaseInputSpec(TraitedSpec):
5656

5757
class NiftiGeneratorBase(BaseInterface):
5858
'''Base class for interfaces that produce Nifti files, potentially with
59-
embeded meta data.'''
59+
embedded meta data.'''
6060
def _get_out_path(self, meta, idx=None):
6161
'''Return the output path for the gernerated Nifti.'''
6262
if self.inputs.out_format:
@@ -215,7 +215,7 @@ class LookupMetaInputSpec(TraitedSpec):
215215

216216

217217
class LookupMeta(BaseInterface):
218-
'''Lookup meta data values from a Nifti with embeded meta data.
218+
'''Lookup meta data values from a Nifti with embedded meta data.
219219
220220
Example
221221
-------

0 commit comments

Comments
 (0)