Commit 9243947
authored
apacheGH-46374: [Python][Doc] Improve docs to specify that source argument on parquet.read_table can also be a list of strings (apache#47142)
See apache#46374
### What changes are included in this PR?
The docstring for `parquet.read_table` doesn't specify that the source can be a list of strings:
This is regarding the change for _read_table_docstring which source can be a list of string as well
### Are there any user-facing changes?
Only docs changed.
* GitHub Issue: apache#46374
Authored-by: Soroush Rasti <rasti.soroush@gmail.com>
Signed-off-by: Rok Mihevc <rok@mihevc.org>1 parent 9091c0b commit 9243947
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1679 | 1679 | | |
1680 | 1680 | | |
1681 | 1681 | | |
1682 | | - | |
1683 | | - | |
1684 | | - | |
1685 | | - | |
| 1682 | + | |
| 1683 | + | |
| 1684 | + | |
| 1685 | + | |
| 1686 | + | |
1686 | 1687 | | |
1687 | 1688 | | |
1688 | 1689 | | |
| |||
0 commit comments