summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-05-22 11:08:12 -0400
committerJeff Forcier <jeff@bitprophet.org>2023-05-22 12:22:05 -0400
commitd5e3d1b9694522e49bb2c1e131deaa302626be11 (patch)
tree96455d892419cafe96b38c408933eea3a69db6e7 /sites
parent90985d63bfe06f5bcb508cca74f9c135f881583c (diff)
Speling
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index ff59a865..4b39715a 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -4,7 +4,7 @@ Changelog
- :bug:`2012 major` (also :issue:`1961` and countless others) The
``server-sig-algs`` and ``RSA-SHA2`` features added around Paramiko 2.9 or
- so, had the annoying side effect of not working with servers that dont'
+ so, had the annoying side effect of not working with servers that don't
support *either* of those feature sets, requiring use of
``disabled_algorithms`` to forcibly disable the SHA2 algorithms on Paramiko's
end.
@@ -51,7 +51,7 @@ Changelog
Some minor backwards-_compatible_ changes were made to the **existing**
Transport and AuthHandler classes to facilitate the new code. For
example, ``Transport._handler_table`` and
- ``AuthHandler._client_handler_table`` are now propertes instead of raw
+ ``AuthHandler._client_handler_table`` are now properties instead of raw
attributes.
- :feature:`387` Users of `~paramiko.client.SSHClient` can now configure the