10000 DOC: Fixes to docstrings and add PR10 (space before colon) to validation by victormoron · Pull Request #25109 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC: Fixes to docstrings and add PR10 (space before colon) to validation #25109

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

Merged
merged 7 commits into from
Feb 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated type in plotting/_core.py
  • Loading branch information
Víctor Moron committed Feb 4, 2019
commit dcf11aa97f6e3425fd01b4b0353563a13151af07
2 changes: 1 addition & 1 deletion pandas/plotting/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@ def boxplot_frame_groupby(grouped, subplots=True, column=None, fontsize=None,
Parameters
----------
grouped : Grouped DataFrame
subplots : bol
subplots : bool
* ``False`` - no subplots will be used
* ``True`` - create a subplot for each group
column : column name or list of names, or vector
Expand Down
0