-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC removed unnecessary use of parameter in example rename function call #26250
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
DOC removed unnecessary use of parameter in example rename function call #26250
Conversation
removed unnecessary (and misleading) use of index parameter in docstring example function call of rename function
Codecov Report
@@ Coverage Diff @@
## master #26250 +/- ##
==========================================
- Coverage 91.98% 91.97% -0.01%
==========================================
Files 175 175
Lines 52384 52384
==========================================
- Hits 48184 48180 -4
- Misses 4200 4204 +4
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26250 +/- ##
==========================================
- Coverage 91.98% 91.98% -0.01%
==========================================
Files 175 175
Lines 52384 52374 -10
==========================================
- Hits 48184 48174 -10
Misses 4200 4200
Continue to review full report at Codecov.
|
added an example for using index parameter only added an example for casting the index type
lgtm. @mroeschke |
Thanks @KatemaNL |
removed unnecessary (and misleading) use of index parameter in docstring example function call of rename function
xref #26248
git diff upstream/master -u -- "*.py" | flake8 --diff