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

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


The following commit(s) were added to refs/heads/master by this push:
     new 882e8b4  MINOR: [Doc][Python] Fix a typo (#11085)
882e8b4 is described below

commit 882e8b489ff1de0c60fffed718c265b362350907
Author: Jiajun Yao <[email protected]>
AuthorDate: Sat Sep 4 13:25:25 2021 -0700

    MINOR: [Doc][Python] Fix a typo (#11085)
---
 docs/source/python/parquet.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/python/parquet.rst b/docs/source/python/parquet.rst
index 812748a..82461ec 100644
--- a/docs/source/python/parquet.rst
+++ b/docs/source/python/parquet.rst
@@ -483,7 +483,7 @@ Reading from Partitioned Datasets
 ------------------------------------------------
 
 The :class:`~.ParquetDataset` class accepts either a directory name or a list
-or file paths, and can discover and infer some common partition structures,
+of file paths, and can discover and infer some common partition structures,
 such as those produced by Hive:
 
 .. code-block:: python

Reply via email to