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 @@