diff --git a/python/pyarrow/orc.py b/python/pyarrow/orc.py index 4e0d66ec665..8da0a2de797 100644 --- a/python/pyarrow/orc.py +++ b/python/pyarrow/orc.py @@ -200,7 +200,7 @@ def read(self, columns=None): compression : string, default 'uncompressed' The compression codec. Valid values: {'UNCOMPRESSED', 'SNAPPY', 'ZLIB', 'LZ4', 'ZSTD'} - Note that LZ0 is currently not supported. + Note that LZO is currently not supported. compression_block_size : int, default 64 * 1024 Size of each compression block in bytes. compression_strategy : string, default 'speed'