Skip to content

Commit 462290d

Browse files
committed
Minor docstring formatting
1 parent dcfa974 commit 462290d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/io/common.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,8 @@ def infer_compression(
520520

521521

522522
def check_parent_directory(fpath: str):
523-
"""Check if parent directory of a file exists, raise OSError if it does not
523+
"""
524+
Check if parent directory of a file exists, raise OSError if it does not
524525
525526
Parameters
526527
----------

0 commit comments

Comments
 (0)