-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Fixed table formatting in box plot section #34885
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: Fixed table formatting in box plot section #34885
Conversation
[DOC]fixed table formatting in the box plot section keeing simple rst table format
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 @pvanhauw , it look better like this!
@@ -444,8 +444,7 @@ keyword, will affect the output type as well: | |||
|
|||
================ ======= ========================== | |||
``return_type=`` Faceted Output type |
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.
I think we can remove the =
- I know it was there originally, but I don't think it really makes sense
Also @pvanhauw can you update the title of the PR to |
I just did |
@pvanhauw it seems the PR title rename didn't come through |
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 for the fix!
thanks for helping me on my first PR ! |
[DOC]fixed table formatting in the box plot section keeing simple rst table format
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff