Skip to content

docs: fix typo Cascasding→Cascading and update deprecated pypi.python.org URLs#1044

Merged
Pierre-Sassoulas merged 1 commit into
pytest-dev:masterfrom
TejasAmle:claude/fix-doc-typos-and-urls
Jun 23, 2026
Merged

docs: fix typo Cascasding→Cascading and update deprecated pypi.python.org URLs#1044
Pierre-Sassoulas merged 1 commit into
pytest-dev:masterfrom
TejasAmle:claude/fix-doc-typos-and-urls

Conversation

@TejasAmle

Copy link
Copy Markdown
Contributor

What

Fix a typo and replace deprecated pypi.python.org URLs across two documentation files.

Changes

docs/user_guide.rst

  • Fix typo: Cascasding Style SheetsCascading Style Sheets (Appearance section)
  • Replace https://pypi.python.org/pypi/ansi2html/https://pypi.org/project/ansi2html/
  • Replace https://pypi.python.org/pypi/pytest-metadata/https://pypi.org/project/pytest-metadata/
  • Replace https://pypi.python.org/pypi/pytest-xdist/https://pypi.org/project/pytest-xdist/

README.rst

  • Replace https://pypi.python.org/pypi/pytest-html/https://pypi.org/project/pytest-html/ (PyPI badge target)
  • Replace http://pytest.orghttps://pytest.org
  • Replace http://github.com/...https://github.com/... (Issue Tracker and Code links)

Why

  • pypi.python.org redirects to pypi.org but the canonical URL has been pypi.org since 2018 — updating avoids an unnecessary redirect and keeps links current.
  • The HTTP links should use HTTPS for security best practice.
  • The typo is harmless but confusing for readers.

Verification

Manual review of the RST files; no functional code changed.

…rg URLs

- Fix typo 'Cascasding Style Sheets' → 'Cascading Style Sheets' in docs/user_guide.rst
- Replace deprecated pypi.python.org links with pypi.org in docs/user_guide.rst (ansi2html, pytest-metadata, pytest-xdist)
- Replace deprecated pypi.python.org link with pypi.org in README.rst (pytest-html badge)
- Replace http:// with https:// for pytest.org and github.com links in README.rst
@Pierre-Sassoulas Pierre-Sassoulas added the docs This issue/PR relates to or includes documentation. label Jun 23, 2026

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thank you !

@Pierre-Sassoulas Pierre-Sassoulas merged commit c6e61a7 into pytest-dev:master Jun 23, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs This issue/PR relates to or includes documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants