-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Updating str_repeat docstring #22566
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: Updating str_repeat docstring #22566
Conversation
Hello @JesperDramsch! Thanks for updating the PR.
Comment last updated on September 01, 2018 at 13:49 Hours UTC |
Codecov Report
@@ Coverage Diff @@
## master #22566 +/- ##
=======================================
Coverage 92.04% 92.04%
=======================================
Files 169 169
Lines 50787 50787
=======================================
Hits 46745 46745
Misses 4042 4042
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great changes, very clear example. Added some comments about minor things.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice example!
I messed up. It goes on here: #22571 |
git diff upstream/master -u -- "*.py" | flake8 --diff
Updated the Docstring with examples for str.repeat()