From c6753e57170ff1e7dd41161a36a23368acb476cf Mon Sep 17 00:00:00 2001 From: Jiajun Yao Date: Sat, 4 Sep 2021 12:59:04 -0700 Subject: [PATCH] Fix a typo --- 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 812748ad27f..82461ec5da1 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