diff --git a/python/pyarrow/parquet/core.py b/python/pyarrow/parquet/core.py index 51ad955d19f78..072ab7fa11745 100644 --- a/python/pyarrow/parquet/core.py +++ b/python/pyarrow/parquet/core.py @@ -838,7 +838,7 @@ def _sanitize_table(table, new_schema, flavor): use_compliant_nested_type : bool, default True Whether to write compliant Parquet nested type (lists) as defined `here `_, defaults to ``False``. + LogicalTypes.md#nested-types>`_, defaults to ``True``. For ``use_compliant_nested_type=True``, this will write into a list with 3-level structure where the middle level, named ``list``, is a repeated group with a single field named ``element``::