From 1ab4c4ca59ecbaed544d0a51c5e7987855d0fba3 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Sun, 22 Sep 2024 16:12:03 +0200 Subject: [PATCH] fix typo (#1133) --- doc/whatsnew.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 427e9e43..306f28dd 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -15,7 +15,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. -- 2.47.3