Skip to content

Commit a9e1d4a

Browse files
authored
Merge pull request #1794 from nipy/fix/typo
fix: typo
2 parents a7e756a + a5fd03c commit a9e1d4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
conda config --add channels conda-forge &&
3434
conda update --yes conda &&
3535
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
36-
conda install -y nipype &&
36+
conda install -y nipype icu==56.1 &&
3737
rm -r /home/travis/miniconda/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype* &&
3838
pip install -r requirements.txt &&
3939
pip install -e .[$NIPYPE_EXTRAS]; }

doc/devel/interface_specs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ CommandLine
353353
be fixed it's recommended to just use ``usedefault``.
354354

355355
``sep``
356-
For List traits the string with witch elements of the list will be joined.
356+
For List traits the string with which elements of the list will be joined.
357357

358358
``name_source``
359359
Indicates the list of input fields from which the value of the current File

0 commit comments

Comments
 (0)