Skip to content

DOC: Fix typos and standardize spelling of "GitHub" and "macOS" #49005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 11, 2022
Merged

DOC: Fix typos and standardize spelling of "GitHub" and "macOS" #49005

merged 4 commits into from
Oct 11, 2022

Conversation

gcbeltramini
Copy link
Contributor

@gcbeltramini gcbeltramini commented Oct 8, 2022

Proposed changes

  1. Fix some typos. They were found with:

    brew install aspell
    
    find . -type f -exec cat '{}' \; |
      aspell -a |
      grep -v '*' |
      sed '/^$/d' |
      cut -d ' ' -f 2 |
      sort -u

    The output was visually inspected to find the typos.

  2. Standardize spelling of "GitHub". The official spelling of "GitHub" can be seen in the title of page https://github.com/.

  3. Standardize spelling of "macOS". The Apple operating system was called "Mac OS X" in versions 10.0-10.7, then "OS X" in versions 10.8-10.11, and finally "macOS" since version 10.12, released in 2016 (https://en.wikipedia.org/wiki/MacOS#Release_history).

Checklist

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

@gcbeltramini gcbeltramini changed the title Fix typos and standardize spelling of "GitHub" and "macOS" DOC: Fix typos and standardize spelling of "GitHub" and "macOS" Oct 8, 2022
@@ -96,7 +96,7 @@ def test_path_localpath(self, dirpath, data_test_ix):
@pytest.mark.parametrize("chunksize", (3, 5, 10, 11))
@pytest.mark.parametrize("k", range(1, 17))
def test_iterator_loop(self, dirpath, k, chunksize):
# github #13654
# GitHub issue #13654
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer keeping this as is to keep git blame. This is an internal comment, so the spelling does not matter much

@mroeschke mroeschke added the Docs label Oct 10, 2022
@phofl phofl added this to the 1.6 milestone Oct 11, 2022
@phofl phofl merged commit 04db721 into pandas-dev:main Oct 11, 2022
@phofl
Copy link
Member

phofl commented Oct 11, 2022

thx @gcbeltramini

@mroeschke mroeschke modified the milestones: 1.6, 2.0 Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants