Skip to content

Commit

Permalink
update doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacosolo committed Oct 6, 2022
1 parent fb6f1cc commit f14f726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_import_data.py
Expand Up @@ -19,8 +19,8 @@ def test_attachment_ftp_to_nowhere():


def convert_to_path_with_tilde(string_path):
'''Helper function that introduces ~ in a valid path,
somehow the inverse of pathlib.Path.expanduser()'''
"""Somehow the inverse of pathlib.Path.expanduser(). Helper function used
to generate valid paths containing ~ """
path = pp.Path(string_path)
absolute_path = path.resolve()
home = absolute_path.home()
Expand Down

0 comments on commit f14f726

Please sign in to comment.