Skip to content

Commit e50e19f

Browse files
committed
Fix up changelog entry with real links
1 parent 02ad67e commit e50e19f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sites/www/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Changelog
1111
- :bug:`892 major` Significantly speed up low-level read/write actions on
1212
`~paramiko.sftp_file.SFTPFile` objects by using `bytearray`/`memoryview`.
1313
This is unlikely to change anything for users of the higher level methods
14-
like ``SFTPClient.get`` or ``SFTPClient.getfo``, but users of
14+
like `SFTPClient.get <paramiko.sftp_client.SFTPClient.get>` or
15+
`SFTPClient.getfo <paramiko.sftp_client.SFTPClient.getfo>`, but users of
1516
`SFTPClient.open <paramiko.sftp_client.SFTPClient.open>` will likely see
1617
orders of magnitude improvements for files larger than a few megabytes in
1718
size.

0 commit comments

Comments
 (0)