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

alenka 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 a0c0ffdeac GH-41587: [Docs][Python] Remove duplicate contents (#41588)
a0c0ffdeac is described below

commit a0c0ffdeac94fc3e1bfcaf0c4b0260f0b4a7717b
Author: Hyunseok Seo <[email protected]>
AuthorDate: Mon May 13 18:00:15 2024 +0900

    GH-41587: [Docs][Python] Remove duplicate contents (#41588)
    
    
    
    ### Rationale for this change
    
    Remove duplicate contents
    
    ### What changes are included in this PR?
    
    - Remove duplicate contents
    - Remove `,` for consistency
    
    ### Are these changes tested?
    
    Yes
    
    ### Are there any user-facing changes?
    
    No
    
    * GitHub Issue: #41587
    
    Authored-by: Hyunseok Seo <[email protected]>
    Signed-off-by: AlenkaF <[email protected]>
---
 docs/source/python/api/arrays.rst  | 4 ++--
 docs/source/python/api/compute.rst | 3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/docs/source/python/api/arrays.rst 
b/docs/source/python/api/arrays.rst
index e6f6c3dbbd..aefed00b3d 100644
--- a/docs/source/python/api/arrays.rst
+++ b/docs/source/python/api/arrays.rst
@@ -63,8 +63,8 @@ may expose data type-specific methods or properties.
    FixedSizeBinaryArray
    LargeBinaryArray
    LargeStringArray
-   BinaryViewArray,
-   StringViewArray,
+   BinaryViewArray
+   StringViewArray
    Time32Array
    Time64Array
    Date32Array
diff --git a/docs/source/python/api/compute.rst 
b/docs/source/python/api/compute.rst
index ae48578a1b..f2ac6bd1e1 100644
--- a/docs/source/python/api/compute.rst
+++ b/docs/source/python/api/compute.rst
@@ -540,7 +540,6 @@ Compute Options
    AssumeTimezoneOptions
    CastOptions
    CountOptions
-   CountOptions
    CumulativeSumOptions
    DayOfWeekOptions
    DictionaryEncodeOptions
@@ -566,7 +565,6 @@ Compute Options
    RoundToMultipleOptions
    RunEndEncodeOptions
    ScalarAggregateOptions
-   ScalarAggregateOptions
    SelectKOptions
    SetLookupOptions
    SliceOptions
@@ -578,7 +576,6 @@ Compute Options
    StructFieldOptions
    TakeOptions
    TDigestOptions
-   TDigestOptions
    TrimOptions
    VarianceOptions
    WeekOptions

Reply via email to