We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4096fa0 + 3cb9ed8 commit ea96669Copy full SHA for ea96669
src/ecdsa/ecdsa.py
@@ -275,7 +275,7 @@ def int_to_string(x): # pragma: no cover
275
# deprecated in 0.19
276
warnings.warn(
277
"Function is unused in library code. If you use this code, "
278
- "change to util.string_to_number.",
+ "change to util.number_to_string.",
279
DeprecationWarning,
280
)
281
assert x >= 0
@@ -296,7 +296,7 @@ def string_to_int(s): # pragma: no cover
296
297
298
299
- "change to util.number_to_string.",
+ "change to util.string_to_number.",
300
301
302
result = 0
0 commit comments