Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(python): Correct typos and grammar in Python docstrings #21524

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

Kevin-Patyk
Copy link
Contributor

Does not resolve a specific issue. Just some light maintenance to fix typos and adjust grammar in some doc strings. No functional changes to the code base.

For py-polars/polars/interchange/dataframe.py, the parameter was named column but it refers to a Polars DataFrame in the description, so it was changed to df.

@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars labels Feb 28, 2025
Copy link

codecov bot commented Feb 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.81%. Comparing base (69612d4) to head (bf6d2a9).
Report is 16 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #21524   +/-   ##
=======================================
  Coverage   79.81%   79.81%           
=======================================
  Files        1592     1592           
  Lines      229268   229268           
  Branches     2623     2623           
=======================================
+ Hits       182987   182994    +7     
+ Misses      45676    45669    -7     
  Partials      605      605           

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

@ritchie46
Copy link
Member

Cheers

@ritchie46 ritchie46 merged commit b93b97b into pola-rs:main Mar 1, 2025
16 checks passed
anath2 pushed a commit to anath2/polars that referenced this pull request Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants