-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
PR06 doc string fixes #28946
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
PR06 doc string fixes #28946
Conversation
Thanks @tolaa001 . can you merge master. some of these look familiar. |
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.
Thanks @tolaa001 for working on this. A few suggestions.
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.
@tolaa001 lgtm @datapythonista
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.
Looks great, few minor things and we're done. Thanks!
Thanks @tolaa001 |
This PR contains doctrine PR06 fixes mostly doing the conversion below(not that many left to fix :)):
boolean to bool
string to str
integer to int
Tests unchanged
black pandas ran successfully