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