Skip to content

Commit 503691d

Browse files
committed
[FIX] changed forbidding to forbidden
1 parent b4c4203 commit 503691d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecdsa/ellipticcurve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ def __neg__(self):
684684

685685

686686
class Point(object):
687-
"""A point on an elliptic curve. Altering x and y is forbidding,
687+
"""A point on an elliptic curve. Altering x and y is forbidden,
688688
but they can be read by the x() and y() methods."""
689689

690690
def __init__(self, curve, x, y, order=None):

0 commit comments

Comments
 (0)