Skip to content

Commit 6aaa85a

Browse files
committed
Address review comments for contributing [skip-ci]
1 parent b9a38d1 commit 6aaa85a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This allows other members of the Nipype development team to confirm that you are
4848
**2. [Fork][link_fork] the [Nipype repository][link_nipype] to your profile.**
4949

5050
This is now your own unique copy of Nipype.
51-
Changes here won't effect anyone else's work, so it's a safe space to explore edits to the code!
51+
Changes here won't affect anyone else's work, so it's a safe space to explore edits to the code!
5252

5353
Make sure to [keep your fork up to date][link_updateupstreamwiki] with the master repository.
5454

doc/devel/interface_specs.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ Interface Specifications
77
Before you start
88
----------------
99

10-
Nipype is maintained by an enthusiastic group of developers, and we're excited to have you join!
10+
Nipype is maintained by an enthusiastic group of developers, and we're excited to have you join us!
1111
In case of trouble, we encourage you to post on `NeuroStars <https://neurostars.org>`_ with the `nipype` tag.
1212
NeuroStars.org is a platform similar to StackOverflow but dedicated to neuroinformatics.
1313
You can also post on the nipype developers mailing list: http://mail.python.org/mailman/listinfo/neuroimaging.
14-
We are sharing a mailing list with the nipy community therefore please add ``[nipype]`` to the message title.
14+
As we are sharing a mailing list with the nipy community, please add ``[nipype]`` to the message title.
1515

1616

1717
Overview
1818
--------
1919

20-
We're using the `Traits, formerly known as Enthought Traits
21-
<http://docs.enthought.com/traits/traits_user_manual/intro.html>`_ package for all of our
20+
We're using the `Traits <http://docs.enthought.com/traits/traits_user_manual/intro.html>`_
21+
(formerly known as Enthought Traits) package for all of our
2222
inputs and outputs. Traits allows us to validate user inputs and
2323
provides a mechanism to handle all the *special cases* in a simple and
2424
concise way though metadata. With the metadata, each input/output can

0 commit comments

Comments
 (0)