Skip to content

DOC: Fix versionchanged directive in DataFrame.plot #49117

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

Closed
datapythonista opened this issue Oct 15, 2022 · 2 comments · Fixed by #49125
Closed

DOC: Fix versionchanged directive in DataFrame.plot #49117

datapythonista opened this issue Oct 15, 2022 · 2 comments · Fixed by #49125

Comments

@datapythonista
Copy link
Member

Looks like there is something wrong in the documentation of DataFrame.plot, and the .. versionchanged directive of the parameters logx, logy and loglog is not rendered correctly: https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.plot.html

It's probably a typo, a missing space or something. We should have a look and compare with another docstring where a parameter versionchanged is correctly rendered, see what's wrong, and fix it.

@Shikharishere
Copy link

Hey, @datapythonista shikhar here, can you guide me through this issue?

@mathpn
Copy link
Contributor

mathpn commented Oct 16, 2022

It seems that the issue is caused by a lack of a blank new line. All others ".. versionchanged" occurrences have a blank line before. I've created a pull request with this tiny change. Considering how tiny it is, I haven't included anything in the changelog, please tell me if that's OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants