-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
Labels
Comments
Hey, @datapythonista shikhar here, can you guide me through this issue? |
mathpn
added a commit
to mathpn/pandas
that referenced
this issue
Oct 16, 2022
5 tasks
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. |
phofl
pushed a commit
that referenced
this issue
Oct 16, 2022
abkosar
pushed a commit
to abkosar/pandas
that referenced
this issue
Oct 22, 2022
noatamir
pushed a commit
to noatamir/pandas
that referenced
this issue
Nov 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like there is something wrong in the documentation of
DataFrame.plot
, and the.. versionchanged
directive of the parameterslogx
,logy
andloglog
is not rendered correctly: https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.plot.htmlIt'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.The text was updated successfully, but these errors were encountered: