From ffcbd447ed789157aa3821f658281376da83d997 Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Thu, 4 Jun 2026 10:28:04 +0100 Subject: [PATCH] Remove blank line breaking the block --- python/pyarrow/array.pxi | 1 - 1 file changed, 1 deletion(-) diff --git a/python/pyarrow/array.pxi b/python/pyarrow/array.pxi index 3768c403ddc4..4c625c45e489 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 @@