Skip to content

Commit 651a9f9

Browse files
authored
DOC: Update orc.py to say orc instead of parquet (pandas-dev#58744)
Update orc.py to say orc instead of parquet
1 parent 897afec commit 651a9f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/orc.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def read_orc(
7373
.. versionadded:: 2.0
7474
7575
filesystem : fsspec or pyarrow filesystem, default None
76-
Filesystem object to use when reading the parquet file.
76+
Filesystem object to use when reading the orc file.
7777
7878
.. versionadded:: 2.1.0
7979
@@ -99,7 +99,7 @@ def read_orc(
9999
--------
100100
>>> result = pd.read_orc("example_pa.orc") # doctest: +SKIP
101101
"""
102-
# we require a newer version of pyarrow than we support for parquet
102+
# we require a newer version of pyarrow than we support for orc
103103

104104
orc = import_optional_dependency("pyarrow.orc")
105105

0 commit comments

Comments
 (0)