Skip to content

Commit a385c44

Browse files
authored
Merge pull request #253 from emyu01/typo
[FIX] changed forbidding to forbidden
2 parents b4c4203 + 503691d commit a385c44

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)