This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche 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 56cf239 [Python][Doc] Fix rst role dataset.rst (#7725)
56cf239 is described below
commit 56cf239ba1f1cf13bbae26194e009c29c09eaec4
Author: Sergey Fedoseev <[email protected]>
AuthorDate: Mon Jul 13 20:06:00 2020 +0500
[Python][Doc] Fix rst role dataset.rst (#7725)
---
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 3d99834..33d3123 100644
--- a/docs/source/python/dataset.rst
+++ b/docs/source/python/dataset.rst
@@ -144,7 +144,7 @@ The format name as a string, like::
ds.dataset(..., format="parquet")
-is short hand for a default constructed class:`ParquetFileFormat`::
+is short hand for a default constructed :class:`ParquetFileFormat`::
ds.dataset(..., format=ds.ParquetFileForma())