]> 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)
committerBob Halley <halley@dnspython.org>
Sun, 22 Sep 2024 14:12:38 +0000 (07:12 -0700)
(cherry picked from commit 1ab4c4ca59ecbaed544d0a51c5e7987855d0fba3)

doc/whatsnew.rst

index b85c333a41b6583d5e41b7c8853319553fd77480..bb960f281468d657007aa903fa75bdd529908f52 100644 (file)
@@ -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.