Skip to content

Commit

Permalink
fixed typo in format_path docstring (#3045)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer committed Apr 3, 2022
1 parent 83fbda3 commit bc6d4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ def _in_notebook() -> bool:

def format_path(path: Union[str, Path]) -> str:
"""
Returnsa string path, expanding the home directory if present.
Returns a string path, expanding the home directory if present.
"""
return os.path.expanduser(path)

0 comments on commit bc6d4b6

Please sign in to comment.