Skip to content

Commit 77b7222

Browse files
DOC: fix typo in contributing guide (#63443)
1 parent deb63b5 commit 77b7222

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/source/development/contributing.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Bug reports and enhancement requests
1919
====================================
2020

2121
Bug reports and enhancement requests are an important part of making pandas more stable and
22-
are curated though Github issues. When reporting an issue or request, please select the `appropriate
22+
are curated through Github issues. When reporting an issue or request, please select the `appropriate
2323
category and fill out the issue form fully <https://github.com/pandas-dev/pandas/issues/new/choose>`_
2424
to ensure others and the core development team can fully understand the scope of the issue.
2525

@@ -38,12 +38,12 @@ are typically good for newer contributors.
3838

3939
Once you've found an interesting issue, leave a comment with your intention
4040
to start working on it. If somebody else has
41-
already commented on issue but they have shown a lack of activity in the issue
41+
already commented on the issue but they have shown a lack of activity in the issue
4242
or a pull request in the past 2-3 weeks, you may take it over.
4343

4444
If for whatever reason you are not able to continue working with the issue, please
4545
leave a comment on an issue, so other people know it's available again. You can check the list of
46-
assigned issues, since people may not be working in them anymore.
46+
assigned issues, since people may not be working on them anymore.
4747

4848
We have several :ref:`contributor community <community>` communication channels, which you are
4949
welcome to join, and ask questions as you figure things out. Among them are regular meetings for
@@ -218,12 +218,12 @@ happen, a pull request needs to be submitted on GitHub.
218218
Making a pull request
219219
---------------------
220220

221-
One you have finished your code changes, your code change will need to follow the
221+
Once you have finished your code changes, your code change will need to follow the
222222
:ref:`pandas contribution guidelines <contributing_codebase>` to be successfully accepted.
223223

224224
If everything looks good, you are ready to make a pull request. A pull request is how
225225
code from your local repository becomes available to the GitHub community to review
226-
and merged into project to appear the in the next release. To submit a pull request:
226+
and merged into the project to appear in the next release. To submit a pull request:
227227

228228
#. Navigate to your repository on GitHub
229229
#. Click on the ``Compare & pull request`` button
@@ -284,7 +284,7 @@ Once the conflicts are resolved, run:
284284
`stash docs <https://git-scm.com/book/en/v2/Git-Tools-Stashing-and-Cleaning>`__).
285285
This will effectively store your changes and they can be reapplied after updating.
286286

287-
After the feature branch has been update locally, you can now update your pull
287+
After the feature branch has been updated locally, you can now update your pull
288288
request by pushing to the branch on GitHub:
289289

290290
.. code-block:: shell

0 commit comments

Comments
 (0)