From 165c3b991e9b50ad072f83cc808a834e401e6df3 Mon Sep 17 00:00:00 2001 From: Ron Frederick Date: Mon, 2 Dec 2024 17:43:01 -0800 Subject: [PATCH] Fix documentation bug --- asyncssh/sftp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`