Skip to content

Commit 165c3b9

Browse files
committed
Fix documentation bug
1 parent 4cf2a39 commit 165c3b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

asyncssh/sftp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4299,10 +4299,10 @@ async def remote_copy(self, src: _SFTPClientFileOrPath,
42994299
:param dst_offset: (optional)
43004300
The offset to begin writing data to
43014301
:type src:
4302-
:class:`SSHClientFile`, :class:`PurePath <pathlib.PurePath>`,
4302+
:class:`SFTPClientFile`, :class:`PurePath <pathlib.PurePath>`,
43034303
`str`, or `bytes`
43044304
:type dst:
4305-
:class:`SSHClientFile`, :class:`PurePath <pathlib.PurePath>`,
4305+
:class:`SFTPClientFile`, :class:`PurePath <pathlib.PurePath>`,
43064306
`str`, or `bytes`
43074307
:type src_offset: `int`
43084308
:type src_length: `int`

0 commit comments

Comments
 (0)