Skip to content

Fix typos#7395

Merged
nateprewitt merged 1 commit intopsf:mainfrom
DimitriPapadopoulos:typos
Apr 30, 2026
Merged

Fix typos#7395
nateprewitt merged 1 commit intopsf:mainfrom
DimitriPapadopoulos:typos

Conversation

@DimitriPapadopoulos
Copy link
Copy Markdown
Contributor

Fix typos found by typos.

Also, the plural of status is status or statuses - not stati:

#: The set of HTTP status codes that indicate an automatically
#: processable redirect.
REDIRECT_STATI = (

I'd like to fix this too, but isn't REDIRECT_STATI pat of the API?

Copy link
Copy Markdown
Member

@nateprewitt nateprewitt left a comment

Choose a reason for hiding this comment

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

We generally don't accept typo PRs but this appears to be the full set of valid typos in the repo running codespell and typos. This seems fine as an exception. Thanks @DimitriPapadopoulos!

@nateprewitt
Copy link
Copy Markdown
Member

And that's correct, REDIRECT_STATI is part of the public API, so we can't change it now.

@nateprewitt nateprewitt merged commit 27e0981 into psf:main Apr 30, 2026
28 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the typos branch April 30, 2026 16:13
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