summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-12-23 16:24:40 -0500
committerJeff Forcier <jeff@bitprophet.org>2021-12-23 16:24:40 -0500
commita88ea9b5e58ee0301be9cc48d3d7239a3e281c64 (patch)
treeee8e1246f4313893a5e655e3fb473ce1cab6116c /sites
parent2b66625659e66858cb5f557325c5fdd9c35fd073 (diff)
downloadparamiko-a88ea9b5e58ee0301be9cc48d3d7239a3e281c64.tar.gz
Changelog format tweak
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index a519d333..c10a35d8 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -57,9 +57,9 @@ Changelog
where key exchange aborts due to algorithmic incompatibility.
- Like all other exceptions in that module, it inherits from
- ``SSHException``, and as we did not change anything else about the raising
- (i.e. the attributes and message text are the same) this change is
- backwards compatible.
+ ``SSHException``, and as we did not change anything else about the
+ raising (i.e. the attributes and message text are the same) this change
+ is backwards compatible.
- `~paramiko.transport.Transport` grew a ``_preferred_pubkeys`` attribute and
matching ``preferred_pubkeys`` property to match the other, kex-focused,