Skip to content

DOC: fix article grammar ("a" -> "an") before vowel sounds#31227

Closed
agp19d wants to merge 1 commit intonumpy:mainfrom
agp19d:doc-fix-article-grammar
Closed

DOC: fix article grammar ("a" -> "an") before vowel sounds#31227
agp19d wants to merge 1 commit intonumpy:mainfrom
agp19d:doc-fix-article-grammar

Conversation

@agp19d
Copy link
Copy Markdown
Contributor

@agp19d agp19d commented Apr 12, 2026

PR summary

Fixes incorrect indefinite article usage ("a" → "an") before words
starting with vowel sounds across docstrings, release notes, and test
comments.

Changes:

  • "a integer" → "an integer" in nanmin/nanmax docstrings
  • "a ndarray" → "an ndarray" in release notes (1.22.0, 1.23.0, 2.3.0)
    and test comments in numpy/ma/tests/

AI Disclosure

No AI tools used.

Fix incorrect indefinite article usage across docstrings, release notes,
and test comments: "a integer" -> "an integer" and "a ndarray" -> "an ndarray".
@mattip
Copy link
Copy Markdown
Member

mattip commented Apr 12, 2026

We had a previous iteration of this in #30390, see the discussion there.

@agp19d agp19d closed this Apr 12, 2026
@agp19d agp19d deleted the doc-fix-article-grammar branch April 12, 2026 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants