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): Fix inadvertent swap of new and old parameters in replace description #15019

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

mcrumiller
Copy link
Contributor

Resolves #15008.

@mcrumiller mcrumiller changed the title (docs): fix inadvertent swap of new and old parameters in replace description docs(python): fix inadvertent swap of new and old parameters in replace description Mar 12, 2024
@mcrumiller mcrumiller changed the title docs(python): fix inadvertent swap of new and old parameters in replace description docs(python): Fix inadvertent swap of new and old parameters in replace description Mar 12, 2024
@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars labels Mar 12, 2024
Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.00%. Comparing base (1829468) to head (16b7fcb).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15019      +/-   ##
==========================================
- Coverage   81.00%   81.00%   -0.01%     
==========================================
  Files        1337     1337              
  Lines      173311   173311              
  Branches     2460     2460              
==========================================
- Hits       140387   140385       -2     
- Misses      32455    32458       +3     
+ Partials      469      468       -1     

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

Copy link
Member

@stinodego stinodego left a comment

Choose a reason for hiding this comment

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

Thanks!

@stinodego stinodego merged commit b957d53 into pola-rs:main Mar 12, 2024
15 checks passed
@mcrumiller mcrumiller deleted the replace-typo branch March 12, 2024 22:05
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.

Confusing typo in the heredoc of the Series.replace method
2 participants