Skip to content

Commit ddb7baf

Browse files
committed
Slight docstring fix
1 parent 40cf966 commit ddb7baf

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
@@ -527,8 +527,8 @@ def check_parent_directory(path: Path | str) -> None:
527527
528528
Parameters
529529
----------
530-
path: Path | str
531-
File path
530+
path: Path or str
531+
Path to check parent directory of
532532
533533
"""
534534
parent = Path(path).parent

0 commit comments

Comments
 (0)