### Describe the bug, including details regarding any error messages, version, and platform. Doc page https://arrow.apache.org/docs/python/parquet.html still mentions 'default version 1.0' instead of current [default version 2.6](https://github.com/apache/arrow/blame/98ee71ec2be85d3ac535be367c6edacc0bc09c7c/python/pyarrow/parquet/core.py#L1996) for [pyarrow.parquet.write_table](pyarrow.parquet.write_table). This needs a non-minor pr update as per past discussion in https://github.com/apache/arrow/pull/37227#issuecomment-1683303674. ### Component(s) Documentation, Python, Parquet