Skip to content

Commit

Permalink
Merge pull request tlsfuzzer#253 from emyu01/typo
Browse files Browse the repository at this point in the history
[FIX] changed forbidding to forbidden
  • Loading branch information
tomato42 committed Apr 29, 2021
2 parents b4c4203 + 503691d commit a385c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecdsa/ellipticcurve.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ def __neg__(self):


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

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

0 comments on commit a385c44

Please sign in to comment.