This is an automated email from the ASF dual-hosted git repository.

AlenkaF pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new cb7383c71b GH-20403: [Doc] pyarrow.Array.diff Examples is wrongly 
rendered (#50096)
cb7383c71b is described below

commit cb7383c71b7c87d45946eec1ba967472592e036b
Author: Nic Crane <[email protected]>
AuthorDate: Thu Jun 4 12:15:27 2026 +0100

    GH-20403: [Doc] pyarrow.Array.diff Examples is wrongly rendered (#50096)
    
    ### 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
    * GitHub Issue: #20403
    
    Authored-by: Nic Crane <[email protected]>
    Signed-off-by: AlenkaF <[email protected]>
---
 python/pyarrow/array.pxi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/python/pyarrow/array.pxi b/python/pyarrow/array.pxi
index 3768c403dd..4c625c45e4 100644
--- a/python/pyarrow/array.pxi
+++ b/python/pyarrow/array.pxi
@@ -1148,7 +1148,6 @@ cdef class Array(_PandasConvertible):
         >>> left = pa.array(["one", "two", "three"])
         >>> right = pa.array(["two", None, "two-and-a-half", "three"])
         >>> print(left.diff(right)) # doctest: +SKIP
-
         @@ -0, +0 @@
         -"one"
         @@ -2, +1 @@

Reply via email to