Skip to content

Commit

Permalink
Update audeer/core/io.py
Browse files Browse the repository at this point in the history
Co-authored-by: audeerington <[email protected]>
  • Loading branch information
hagenw and audeerington authored Dec 6, 2023
1 parent 1ef5a27 commit a7011ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audeer/core/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ def move(
Examples:
>>> path = mkdir('folder')
>>> src_path = touch(os.path.join(path, 'file1'))
>>> src_path = touch(path, 'file1')
>>> dst_path = os.path.join(path, 'file2')
>>> move(src_path, dst_path)
>>> list_file_names(path, basenames=True)
Expand Down

0 comments on commit a7011ca

Please sign in to comment.