Skip to content

Fix typos in comments and documentation#766

Merged
Tinche merged 1 commit into
python-attrs:mainfrom
maxtaran2010:fix/typos
Jul 9, 2026
Merged

Fix typos in comments and documentation#766
Tinche merged 1 commit into
python-attrs:mainfrom
maxtaran2010:fix/typos

Conversation

@maxtaran2010

Copy link
Copy Markdown

Fix minor typos found by codespell in docstrings and inline comments across the source files:

  • homogenoushomogeneous (in docstrings and comments in cols.py, converters.py, _compat.py)
  • heterogenousheterogeneous (in docstrings and comments in cols.py, converters.py, gen/__init__.py)
  • overrridesoverrides (comment in converters.py)
  • sublcassessubclasses (docstring in strategies/_subclasses.py)

No functional changes - only comments and docstrings were updated. Public API names (e.g. homogenous_tuple_structure_factory) were intentionally left unchanged for backwards compatibility.

Fix minor spelling errors found by codespell: "homogenous" ->
"homogeneous", "heterogenous" -> "heterogeneous", "overrrides" ->
"overrides", and "sublcasses" -> "subclasses" in docstrings and
inline comments across the source files.
Copilot AI review requested due to automatic review settings July 9, 2026 20:59

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@Tinche Tinche 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.

Cool, thanks.

@codspeed-hq

codspeed-hq Bot commented Jul 9, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 64 untouched benchmarks


Comparing maxtaran2010:fix/typos (dadcc90) with main (3d07082)1

Open in CodSpeed

Footnotes

  1. No successful run was found on main (d7de3c2) during the generation of this report, so 3d07082 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@Tinche Tinche merged commit eddffc4 into python-attrs:main Jul 9, 2026
14 checks passed
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.

3 participants