summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-12-17 15:13:31 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-12-17 15:13:31 -0800
commite5b105ca57b21b3142a80f29ee07e2a5e87ac547 (patch)
treec854dd3c8e509079ca0c833202d4e2e0ad9bd79c
parent830ae20aebf23b549654b60207983a62cf958458 (diff)
downloadparamiko-e5b105ca57b21b3142a80f29ee07e2a5e87ac547.tar.gz
Dyslexia strikes again. Actually close #431, not #413
-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 68f5e910..d35ad788 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,7 +2,7 @@
Changelog
=========
-* :support:`413` Replace handrolled ``ssh_config`` parsing code with use of the
+* :support:`431` Replace handrolled ``ssh_config`` parsing code with use of the
``shlex`` module. Thanks to Yan Kalchevskiy.
* :support:`422` Clean up some unused imports. Courtesy of Olle Lundberg.
* :support:`421` Modernize threading calls to user newer API. Thanks to Olle