]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix typo (#1133)
authorJakob Schlyter <jakob@kirei.se>
Sun, 22 Sep 2024 14:12:03 +0000 (16:12 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Sep 2024 14:12:03 +0000 (07:12 -0700)
doc/whatsnew.rst

index 427e9e438a6769e81252045572ddcec1ffdfd197..306f28dd43279695398e01b2a88c370655ab4710 100644 (file)
@@ -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.