Skip to content

Commit c634f29

Browse files
authored
Merge pull request #3512 from DimitriPapadopoulos/codespell
DOC: Fix typos found by codespell
2 parents f444348 + 326880d commit c634f29

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+132
-139
lines changed

THANKS.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ and `UL1 TR000442 University of Iowa Clinical and Translational Science Program
1919

2020

2121
We would also like to thank `JetBrains <http://www.jetbrains.com/>`__ for providing `Pycharm <http://www.jetbrains.com/pycharm/>`__ licenses.
22-

doc/_templates/indexsidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ <h3>{{ _('Links') }}</h3>
1111
<a href='https://pypi.python.org/pypi/nipype/'><img src='https://img.shields.io/pypi/pyversions/nipype.svg' alt='Python Versions' /></a></li>
1212
</ul>
1313

14-
{% endblock %}
14+
{% endblock %}

doc/_templates/navbar.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@
1313
<a class="navbar" href="{{pathto('developers')}}">Developers</a> ·
1414
<a class="navbar" href="{{pathto('about')}}">About</a> ·
1515
<a class="navbar" href="http://nipy.org">Nipy</a>
16-

doc/devel/filename_generation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,3 @@ absolute path is generated and used for the ``cmdline`` when run, but
169169

170170
In [80]: res.interface.inputs.outfile
171171
Out[80]: 'bar.nii'
172-

doc/devel/gitwash/forking_hell.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ Create your own forked copy of nipype_
3030
should find yourself at the home page for your own forked copy of nipype_.
3131

3232
.. include:: links.inc
33-

doc/devel/gitwash/git_development.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ Contents:
1313
set_up_fork
1414
configure_git
1515
development_workflow
16-

doc/devel/gitwash/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ Contents:
1414
patching
1515
git_development
1616
git_resources
17-
18-

doc/devel/gitwash/set_up_fork.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,3 @@ Just for your own satisfaction, show yourself that you now have a new
6565
origin [email protected]:your-user-name/nipype.git (push)
6666

6767
.. include:: links.inc
68-

nipype/caching/memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def clear_runs_since(self, day=None, month=None, year=None, warn=True):
287287
os.remove(log_name)
288288

289289
def _clear_all_but(self, runs, warn=True):
290-
"""Remove all the runs appart from those given to the function
290+
"""Remove all the runs apart from those given to the function
291291
input.
292292
"""
293293
rm_all_but(self.base_dir, set(runs.keys()), warn=warn)

nipype/interfaces/afni/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ def _gen_fname(self, basename, cwd=None, suffix=None, change_ext=True, ext=None)
262262
Generate a filename based on the given parameters.
263263
264264
The filename will take the form: cwd/basename<suffix><ext>.
265-
If change_ext is True, it will use the extentions specified in
266-
<instance>intputs.output_type.
265+
If change_ext is True, it will use the extensions specified in
266+
<instance>inputs.output_type.
267267
268268
Parameters
269269
----------

0 commit comments

Comments
 (0)