Skip to content

Commit

Permalink
typo fix in docstring for copyfile (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
brno32 authored Jun 25, 2023
1 parent d26130a commit 8008656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smbclient/shutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def copyfile(src, dst, follow_symlinks=True, **kwargs):
the file src points to. This will fail if the symbolic link at src is a different root as dst.
:param src: The src filepath to copy.
:param dst: The destinoation filepath to copy to.
:param dst: The destination filepath to copy to.
:param follow_symlinks: Whether to copy the symlink target of source or the symlink itself.
:param kwargs: Common arguments used to build the SMB Session for any UNC paths.
:return: The dst path.
Expand Down

0 comments on commit 8008656

Please sign in to comment.