diff --git a/asyncssh/sftp.py b/asyncssh/sftp.py index c40519a..6d29126 100644 --- a/asyncssh/sftp.py +++ b/asyncssh/sftp.py @@ -4299,10 +4299,10 @@ async def remote_copy(self, src: _SFTPClientFileOrPath, :param dst_offset: (optional) The offset to begin writing data to :type src: - :class:`SSHClientFile`, :class:`PurePath `, + :class:`SFTPClientFile`, :class:`PurePath `, `str`, or `bytes` :type dst: - :class:`SSHClientFile`, :class:`PurePath `, + :class:`SFTPClientFile`, :class:`PurePath `, `str`, or `bytes` :type src_offset: `int` :type src_length: `int`