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 bae7e2b MINOR: [Doc][Python] Fix typo ParquetFileForma (#11137)
bae7e2b is described below
commit bae7e2b7173402317f7287db78b415d29422d455
Author: Dominik Moritz <[email protected]>
AuthorDate: Sat Sep 11 16:52:35 2021 -0400
MINOR: [Doc][Python] Fix typo ParquetFileForma (#11137)
---
docs/source/python/dataset.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/python/dataset.rst b/docs/source/python/dataset.rst
index 27744e8..f8142a7 100644
--- a/docs/source/python/dataset.rst
+++ b/docs/source/python/dataset.rst
@@ -147,7 +147,7 @@ The format name as a string, like::
is short hand for a default constructed :class:`ParquetFileFormat`::
- ds.dataset(..., format=ds.ParquetFileForma())
+ ds.dataset(..., format=ds.ParquetFileFormat())
The :class:`FileFormat` objects can be customized using keywords. For example::