Skip to content

Commit 64db95a

Browse files
committed
Slight docstring fix
1 parent ca0e751 commit 64db95a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/common.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,8 @@ def check_parent_directory(path: Path | str) -> None:
526526
527527
Parameters
528528
----------
529-
path: Path | str
530-
File path
529+
path: Path or str
530+
Path to check parent directory of
531531
532532
"""
533533
parent = Path(path).parent

0 commit comments

Comments
 (0)