Skip to content

fix: correct typos in docstrings and comments#1098

Open
maxtaran2010 wants to merge 1 commit into
has2k1:mainfrom
maxtaran2010:fix/typos-in-docstrings-and-comments
Open

fix: correct typos in docstrings and comments#1098
maxtaran2010 wants to merge 1 commit into
has2k1:mainfrom
maxtaran2010:fix/typos-in-docstrings-and-comments

Conversation

@maxtaran2010

Copy link
Copy Markdown

Fixes 10 spelling errors found across docstrings and inline comments in source files. None are in generated files, changelogs, fixtures, or test data.

Changes

File Typo Correction
plotnine/facets/labelling.py Coerse Coerce
plotnine/_mpl/utils.py accross across
plotnine/_mpl/layout_manager/_composition_side_space.py accomodate accommodate
plotnine/_mpl/layout_manager/_plot_layout_items.py postion position
plotnine/_mpl/layout_manager/_plot_side_space.py accomodate accommodate
plotnine/scales/scale_datetime.py timdelta timedelta
plotnine/stats/stat_qq.py Caculate Calculate
plotnine/themes/theme.py propery property
plotnine/themes/themeable.py alignement alignment (x2)

All fixes are in docstrings or comments only - no logic or identifier changes.

- facets/labelling.py: "Coerse" -> "Coerce"
- _mpl/utils.py: "accross" -> "across"
- _mpl/layout_manager/_composition_side_space.py: "accomodate" -> "accommodate"
- _mpl/layout_manager/_plot_layout_items.py: "postion" -> "position"
- _mpl/layout_manager/_plot_side_space.py: "accomodate" -> "accommodate"
- scales/scale_datetime.py: "timdelta" -> "timedelta"
- stats/stat_qq.py: "Caculate" -> "Calculate"
- themes/theme.py: "propery" -> "property"
- themes/themeable.py: "alignement" -> "alignment" (x2)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 8, 2026 09:32

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.

@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.39%. Comparing base (3b23203) to head (61c5675).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1098   +/-   ##
=======================================
  Coverage   87.39%   87.39%           
=======================================
  Files         210      210           
  Lines       14910    14910           
  Branches     1886     1886           
=======================================
  Hits        13030    13030           
  Misses       1302     1302           
  Partials      578      578           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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