summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-21 19:36:00 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-21 19:36:00 -0400
commit538caf59df45c3a8b798ea82d3236faad34163a2 (patch)
treee6a7f7e6be9b04dafc222ac77025944f609147c3 /sites
parentd38cc3b9f528fb2df2d9ed6c0c7d0534d3103356 (diff)
Rename to disableD_algorithms everywhere for consistency
Having it feel verb-y isn't that much better than the alternative, and consistency is a nice hobgoblin
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 23ae18ad..9e9275f6 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -4,7 +4,7 @@ Changelog
- :feature:`1463` Add a new keyword argument to `SSHClient.connect
<paramiko.client.SSHClient.connect>` and `~paramiko.transport.Transport`,
- ``disable_algorithms``, which allows selectively disabling one or more
+ ``disabled_algorithms``, which allows selectively disabling one or more
kex/key/cipher/etc algorithms. This can be useful when disabling algorithms
your target server (or client) does not support cleanly, or to work around
unpatched bugs in Paramiko's own implementation thereof.