Skip to content

Commit

Permalink
Fix documentation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ronf committed Dec 3, 2024
1 parent 4cf2a39 commit 165c3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asyncssh/sftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pathlib.PurePath>`,
:class:`SFTPClientFile`, :class:`PurePath <pathlib.PurePath>`,
`str`, or `bytes`
:type dst:
:class:`SSHClientFile`, :class:`PurePath <pathlib.PurePath>`,
:class:`SFTPClientFile`, :class:`PurePath <pathlib.PurePath>`,
`str`, or `bytes`
:type src_offset: `int`
:type src_length: `int`
Expand Down

0 comments on commit 165c3b9

Please sign in to comment.