GH-20403: [Doc] pyarrow.Array.diff Examples is wrongly rendered#50096
Conversation
|
|
There was a problem hiding this comment.
Pull request overview
This PR fixes a docstring rendering issue in the pyarrow.Array.diff examples by removing an extra blank line that was breaking the example block formatting in the generated documentation.
Changes:
- Removed an unintended blank line in the
Array.diffdocstring example output to prevent doc rendering issues.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@github-actions crossbow submit preview-docs |
|
Revision: ffcbd44 Submitted crossbow builds: ursacomputing/crossbow @ actions-6f8f500e27
|
…apache#50096) Docs render weirdly Fix extra blank line breaking docs block I'll render docs No * GitHub Issue: apache#20403 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: AlenkaF <frim.alenka@gmail.com>
…apache#50096) Docs render weirdly Fix extra blank line breaking docs block I'll render docs No * GitHub Issue: apache#20403 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: AlenkaF <frim.alenka@gmail.com>
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit cb7383c. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |


Rationale for this change
Docs render weirdly
What changes are included in this PR?
Fix extra blank line breaking docs block
Are these changes tested?
I'll render docs
Are there any user-facing changes?
No