From: Jakob Schlyter Date: Sun, 22 Sep 2024 14:12:03 +0000 (+0200) Subject: fix typo (#1133) X-Git-Tag: v2.7.0~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=142f7ba586922ae5e036ed54793145b8fc4b4882;p=thirdparty%2Fdnspython.git fix typo (#1133) (cherry picked from commit 1ab4c4ca59ecbaed544d0a51c5e7987855d0fba3) --- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index b85c333a..bb960f28 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -10,7 +10,7 @@ What's New in dnspython parameter may be used to specify which version to use. * If the cryptography module is installed, then dnspython will now create deterministic - ESDSA signatures by default. Cryptography, if installed, must be at least version 43. + ECDSA signatures by default. Cryptography, if installed, must be at least version 43. Thanks to Jakob Schlyter for adding the feature. * The RESINFO and WALLET RdataTypes are now supported.