Skip to content

Commit 3e529d5

Browse files
author
Sreesh Maheshwar
committed
Nit: Unfix trailing whitespace
1 parent 76c8211 commit 3e529d5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

python/pyarrow/_parquet_encryption.pyx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -430,13 +430,13 @@ cdef class CryptoFactory(_Weakrefable):
430430
parquet_file_path : str, pathlib.Path, or None, default None
431431
Path to the parquet file to be encrypted. Only required when the
432432
internal_key_material attribute of EncryptionConfiguration is set
433-
to False. Used to derive the path for storing key material
433+
to False. Used to derive the path for storing key material
434434
specific to this parquet file.
435435
436436
filesystem : FileSystem or None, default None
437-
Used only when internal_key_material is set to False on
437+
Used only when internal_key_material is set to False on
438438
EncryptionConfiguration. If None, the file system will be inferred
439-
based on parquet_file_path.
439+
based on parquet_file_path.
440440
441441
Returns
442442
-------
@@ -491,7 +491,7 @@ cdef class CryptoFactory(_Weakrefable):
491491
492492
filesystem : FileSystem or None, default None
493493
Used only when the parquet file uses external key material. If
494-
None, the file system will be inferred based on parquet_file_path.
494+
None, the file system will be inferred based on parquet_file_path.
495495
496496
Returns
497497
-------
@@ -552,7 +552,7 @@ cdef class CryptoFactory(_Weakrefable):
552552
553553
filesystem : FileSystem or None, default None
554554
Used only when the parquet file uses external key material. If
555-
None, the file system will be inferred based on parquet_file_path.
555+
None, the file system will be inferred based on parquet_file_path.
556556
557557
double_wrapping : bool, default True
558558
In the single wrapping mode, encrypts data encryption keys with
@@ -665,7 +665,7 @@ cdef class FileSystemKeyMaterialStore(_Weakrefable):
665665
666666
filesystem : FileSystem, default None
667667
FileSystem where the parquet file is located. If None,
668-
will be inferred based on parquet_file_path.
668+
will be inferred based on parquet_file_path.
669669
670670
Returns
671671
-------

0 commit comments

Comments
 (0)