fix: correct typos in docstrings and comments#1098
Merged
has2k1 merged 1 commit intoJul 15, 2026
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
- 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)
61c5675 to
dacd06e
Compare
Owner
|
@maxtaran2010, thank you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes 10 spelling errors found across docstrings and inline comments in source files. None are in generated files, changelogs, fixtures, or test data.
Changes
plotnine/facets/labelling.pyCoerseCoerceplotnine/_mpl/utils.pyaccrossacrossplotnine/_mpl/layout_manager/_composition_side_space.pyaccomodateaccommodateplotnine/_mpl/layout_manager/_plot_layout_items.pypostionpositionplotnine/_mpl/layout_manager/_plot_side_space.pyaccomodateaccommodateplotnine/scales/scale_datetime.pytimdeltatimedeltaplotnine/stats/stat_qq.pyCaculateCalculateplotnine/themes/theme.pyproperypropertyplotnine/themes/themeable.pyalignementalignment(x2)All fixes are in docstrings or comments only - no logic or identifier changes.