-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC: backslash removed for read_clipboard #51868
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
Hmm, if we escape the backslash, the raw doc string is wrong (people use that too, e.g. in editors). So this may not be fixable, though the problem is clear enough. Suggestions welcome on how to fix this of course, but we may have to close it as a cantfix... |
@topper-123 Now that I think about it, the default is actually To be extra clear:
|
yes, I think you are right. PR on this welcome. |
Escape backslash in read_clipboard docstring For #51868
Uh oh!
There was an error while loading. Please reload this page.
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.read_clipboard.html
Documentation problem
Backslash is missing in the Parameters section:
Relevant source code:
Suggested fix for documentation
I believe your documentation generator is removing the backslash at some point, so hopefully there's a way to turn that off.
I don't believe this issue has much impact. At worst it could confuse some newcomers, that's about it.
The text was updated successfully, but these errors were encountered: