Skip to content

Commit 5be1e5a

Browse files
author
y-p
committed
Merge pull request #4243 from kjordahl/master
DOC: Fix typos in CONTRIBUTING.md
2 parents 53b7a74 + 56e6b17 commit 5be1e5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###Guidelines
22

3-
All contributions, bug reports, bug fixes, documentation improvments,
3+
All contributions, bug reports, bug fixes, documentation improvements,
44
enhancements and ideas are welcome.
55

66
The Github "issues" tab contains some issues labels "Good as first PR", these are
@@ -34,7 +34,7 @@ your contribution or address the issue you're having.
3434
See the "Getting Travis-CI going" below.
3535
- We suggest you enable Travis-CI on your fork, to make it easier for the team
3636
to see that the PR does indeed pass all the tests.
37-
- Back-compatiblitiy **really** matters. Pandas already has a large user-base and
37+
- Back-compatibility **really** matters. Pandas already has a large user-base and
3838
a lot of existing user code. Don't break old code if you can avoid it
3939
Explain the need if there is one in the PR.
4040
Changes to method signatures should be made in a way which doesn't break existing
@@ -113,7 +113,7 @@ page for any PR you submit. For example:
113113
114114
See the Green "Good to merge!" banner? that's it.
115115
116-
This is especially important for new contributors, as memebers of the pandas dev team
116+
This is especially important for new contributors, as members of the pandas dev team
117117
like to know the test suite passes before considering it for merging.
118118
Even regular contributors who test religiously on their local box (using tox
119119
for example) often rely on a PR+travis=green to make double sure everything

0 commit comments

Comments
 (0)