summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-11-09 17:28:21 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-11-09 17:28:21 -0800
commitc8b68dfcd3720ed4518b4b3a2c4edda9f6f50121 (patch)
treeb0115b4f4e8a5b734c75380566688a23a14e0fc3 /sites
parent89ac81e8836b5bcc4b019be47866115bb2ac6475 (diff)
Typofix & reformat
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 35b3dc11..b0b0ab17 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,11 +2,11 @@
Changelog
=========
-* :feature:`-` Add a new ``passphrase`` kwarg to
- `SSHClient.connect <~paramiko.client.SSHClient.connect>` so users may
- disambiguate key-decryption passphrases from password-auth passwords. (This
- is a backwards compatible change; ``password`` will still pull double duty as
- a passphrase when ``passphrase`` is not given.)
+* :feature:`-` Add a new ``passphrase`` kwarg to `SSHClient.connect
+ <paramiko.client.SSHClient.connect>` so users may disambiguate key-decryption
+ passphrases from password-auth passwords. (This is a backwards compatible
+ change; ``password`` will still pull double duty as a passphrase when
+ ``passphrase`` is not given.)
* :support:`-` Update ``tearDown`` of client test suite to avoid hangs due to
eternally blocking ``accept()`` calls on the internal server thread (which
can occur when test code raises an exception before actually connecting to