-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Backticks missing in pandas.DataFrame.query #40375
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
Comments
Thanks for the report @bersbersbers! PR to fix would be most welcome. |
Hello, I am new to contributing to open source and I am trying to get started. I am following the contributing to pandas guide and this issue seems to be a good first issue to try and get started. |
take |
@rhshadrach I think the first |
Shouldn't the second "Area (cm^2)" instead be marked as code with `double (in this case, triple) backticks, like here Lines 3806 to 3807 in 4007513
and here Lines 3889 to 3890 in 4007513
|
@bersbersbers Good point. So concretely you would suggest that the docstring needs to be updated to
|
I have no way to test it, but I think yes. |
@bersbersbers this would be the result |
Makes a lot of sense to me! |
Location of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.query.html
Documentation problem
Suggested fix for documentation
Backticks should be shown for the second
Area (cm^2)
.The text was updated successfully, but these errors were encountered: