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

jorisvandenbossche 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 907723663e MINOR: [Python] Fix typo: represenation -> representation 
(#38180)
907723663e is described below

commit 907723663e6e20033d0c2fef4eb0f880daacdb09
Author: Alexander Grueneberg <[email protected]>
AuthorDate: Tue Oct 10 17:08:33 2023 +0200

    MINOR: [Python] Fix typo: represenation -> representation (#38180)
    
    Fix typo: represenation -> representation.
    
    Authored-by: Alexander Grueneberg <[email protected]>
    Signed-off-by: Joris Van den Bossche <[email protected]>
---
 python/pyarrow/_parquet.pyx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/python/pyarrow/_parquet.pyx b/python/pyarrow/_parquet.pyx
index 50b4ed8e86..48091367b2 100644
--- a/python/pyarrow/_parquet.pyx
+++ b/python/pyarrow/_parquet.pyx
@@ -74,7 +74,7 @@ cdef class Statistics(_Weakrefable):
 
     def to_dict(self):
         """
-        Get dictionary represenation of statistics.
+        Get dictionary representation of statistics.
 
         Returns
         -------
@@ -349,7 +349,7 @@ cdef class ColumnChunkMetaData(_Weakrefable):
 
     def to_dict(self):
         """
-        Get dictionary represenation of the column chunk metadata.
+        Get dictionary representation of the column chunk metadata.
 
         Returns
         -------
@@ -571,7 +571,7 @@ cdef class RowGroupMetaData(_Weakrefable):
 
     def to_dict(self):
         """
-        Get dictionary represenation of the row group metadata.
+        Get dictionary representation of the row group metadata.
 
         Returns
         -------
@@ -647,7 +647,7 @@ cdef class FileMetaData(_Weakrefable):
 
     def to_dict(self):
         """
-        Get dictionary represenation of the file metadata.
+        Get dictionary representation of the file metadata.
 
         Returns
         -------

Reply via email to