Skip to content

Commit 04db721

Browse files
author
Guilherme Beltramini
authored
DOC: Fix typos and standardize spelling of "GitHub" and "macOS" (#49005)
1 parent 3ba6bcc commit 04db721

File tree

25 files changed

+42
-42
lines changed

25 files changed

+42
-42
lines changed

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ body:
6868
attributes:
6969
label: Additional Context
7070
description: >
71-
Please provide any relevant Github issues, code examples or references that help describe and support
71+
Please provide any relevant GitHub issues, code examples or references that help describe and support
7272
the feature request.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- [ ] closes #xxxx (Replace xxxx with the Github issue number)
1+
- [ ] closes #xxxx (Replace xxxx with the GitHub issue number)
22
- [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature
33
- [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit).
44
- [ ] Added [type annotations](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#type-hints) to new arguments/methods/functions.

.github/workflows/macos-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Windows-MacOS
1+
name: Windows-macOS
22

33
on:
44
push:

.github/workflows/python-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# In general, this file will remain frozen(present, but not running) until:
55
# - The next unreleased Python version has released beta 1
6-
# - This version should be available on Github Actions.
6+
# - This version should be available on GitHub Actions.
77
# - Our required build/runtime dependencies(numpy, pytz, Cython, python-dateutil)
88
# support that unreleased Python version.
99
# To unfreeze, comment out the ``if: false`` condition, and make sure you update

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Ensure that a wheel builder finishes even if another fails
4545
fail-fast: false
4646
matrix:
47-
# Github Actions doesn't support pairing matrix values together, let's improvise
47+
# GitHub Actions doesn't support pairing matrix values together, let's improvise
4848
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
4949
buildplat:
5050
- [ubuntu-20.04, manylinux_x86_64]

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ repos:
251251
files: ^(ci/deps/actions-.*-minimum_versions\.yaml|pandas/compat/_optional\.py)$
252252
- id: validate-errors-locations
253253
name: Validate errors locations
254-
description: Validate errors are in approriate locations.
254+
description: Validate errors are in appropriate locations.
255255
entry: python scripts/validate_exception_location.py
256256
language: python
257257
files: ^pandas/

doc/source/development/contributing_codebase.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ Example
651651
^^^^^^^
652652

653653
Here is an example of a self-contained set of tests in a file ``pandas/tests/test_cool_feature.py``
654-
that illustrate multiple features that we like to use. Please remember to add the Github Issue Number
654+
that illustrate multiple features that we like to use. Please remember to add the GitHub Issue Number
655655
as a comment to a new test.
656656

657657
.. code-block:: python

doc/source/development/maintaining.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -210,15 +210,15 @@ pandas supports point releases (e.g. ``1.4.3``) that aim to:
210210

211211
* e.g. If a feature worked in ``1.2`` and stopped working since ``1.3``, a fix can be applied in ``1.4.3``.
212212

213-
Since pandas minor releases are based on Github branches (e.g. point release of ``1.4`` are based off the ``1.4.x`` branch),
213+
Since pandas minor releases are based on GitHub branches (e.g. point release of ``1.4`` are based off the ``1.4.x`` branch),
214214
"backporting" means merging a pull request fix to the ``main`` branch and correct minor branch associated with the next point release.
215215

216-
By default, if a pull request is assigned to the next point release milestone within the Github interface,
216+
By default, if a pull request is assigned to the next point release milestone within the GitHub interface,
217217
the backporting process should happen automatically by the ``@meeseeksdev`` bot once the pull request is merged.
218218
A new pull request will be made backporting the pull request to the correct version branch.
219219
Sometimes due to merge conflicts, a manual pull request will need to be made addressing the code conflict.
220220

221-
If the bot does not automatically start the backporting process, you can also write a Github comment in the merged pull request
221+
If the bot does not automatically start the backporting process, you can also write a GitHub comment in the merged pull request
222222
to trigger the backport::
223223

224224
@meeseeksdev backport version-branch
@@ -271,14 +271,14 @@ being helpful on the issue tracker.
271271
The required steps for adding a maintainer are:
272272

273273
1. Contact the contributor and ask their interest to join.
274-
2. Add the contributor to the appropriate `Github Team <https://github.com/orgs/pandas-dev/teams>`_ if accepted the invitation.
274+
2. Add the contributor to the appropriate `GitHub Team <https://github.com/orgs/pandas-dev/teams>`_ if accepted the invitation.
275275

276276
* ``pandas-core`` is for core team members
277277
* ``pandas-triage`` is for pandas triage members
278278

279279
3. Add the contributor to the pandas Google group.
280-
4. Create a pull request to add the contributor's Github handle to ``pandas-dev/pandas/web/pandas/config.yml``.
281-
5. Create a pull request to add the contributor's name/Github handle to the `governance document <https://github.com/pandas-dev/pandas-governance/blob/master/people.md>`_.
280+
4. Create a pull request to add the contributor's GitHub handle to ``pandas-dev/pandas/web/pandas/config.yml``.
281+
5. Create a pull request to add the contributor's name/GitHub handle to the `governance document <https://github.com/pandas-dev/pandas-governance/blob/master/people.md>`_.
282282

283283
The current list of core-team members is at
284284
https://github.com/pandas-dev/pandas-governance/blob/master/people.md
@@ -328,7 +328,7 @@ The machine can be configured with the `Ansible <http://docs.ansible.com/ansible
328328
Publishing
329329
``````````
330330

331-
The results are published to another Github repository, https://github.com/tomaugspurger/asv-collection.
331+
The results are published to another GitHub repository, https://github.com/tomaugspurger/asv-collection.
332332
Finally, we have a cron job on our docs server to pull from https://github.com/tomaugspurger/asv-collection, to serve them from ``/speed``.
333333
Ask Tom or Joris for access to the webserver.
334334

doc/source/ecosystem.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ development to remain focused around it's original requirements.
1919
This is an inexhaustive list of projects that build on pandas in order to provide
2020
tools in the PyData space. For a list of projects that depend on pandas,
2121
see the
22-
`Github network dependents for pandas <https://github.com/pandas-dev/pandas/network/dependents>`_
22+
`GitHub network dependents for pandas <https://github.com/pandas-dev/pandas/network/dependents>`_
2323
or `search pypi for pandas <https://pypi.org/search/?q=pandas>`_.
2424

2525
We'd like to make it easier for users to find these projects, if you know of other
@@ -599,4 +599,4 @@ Install pandas-stubs to enable basic type coverage of pandas API.
599599

600600
Learn more by reading through :issue:`14468`, :issue:`26766`, :issue:`28142`.
601601

602-
See installation and usage instructions on the `github page <https://github.com/pandas-dev/pandas-stubs>`__.
602+
See installation and usage instructions on the `GitHub page <https://github.com/pandas-dev/pandas-stubs>`__.

doc/source/getting_started/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ untouched. In general we like to **favor immutability** where sensible.
133133
Getting support
134134
---------------
135135

136-
The first stop for pandas issues and ideas is the `Github Issue Tracker
136+
The first stop for pandas issues and ideas is the `GitHub Issue Tracker
137137
<https://github.com/pandas-dev/pandas/issues>`__. If you have a general question,
138138
pandas community experts can answer through `Stack Overflow
139139
<https://stackoverflow.com/questions/tagged/pandas>`__.

0 commit comments

Comments
 (0)