Skip to content

Commit 307d60e

Browse files
committed
fix module name in example
we don't implement `keys` module, we do implement `ecdsa.keys` module so be precise about it in NEWS file
1 parent 9b62c8e commit 307d60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ added.
4848

4949
Deprecations:
5050
Python 2.5 is not supported any more - dead code removal.
51-
`from keys import *` will now import only objects defined in that module.
51+
`from ecdsa.keys import *` will now import only objects defined in that module.
5252
Trying to decode a malformed point using `VerifyingKey.from_string`
5353
will rise now the `MalformedPointError` exception (that inherits from
5454
`AssertionError` but is not it).

0 commit comments

Comments
 (0)