summaryrefslogtreecommitdiff
path: root/src/ecdsa/ellipticcurve.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ecdsa/ellipticcurve.py')
-rw-r--r--src/ecdsa/ellipticcurve.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ecdsa/ellipticcurve.py b/src/ecdsa/ellipticcurve.py
index 9bf6fc9..57059b1 100644
--- a/src/ecdsa/ellipticcurve.py
+++ b/src/ecdsa/ellipticcurve.py
@@ -232,7 +232,7 @@ class PointJacobi(object):
def __eq__(self, other):
"""Compare for equality two points with each-other.
- Note: only points that lie on the same curve can be equal.
+ Note: only points that lay on the same curve can be equal.
"""
try:
self._update_lock.reader_acquire()
@@ -772,7 +772,7 @@ class Point(object):
def __eq__(self, other):
"""Return True if the points are identical, False otherwise.
- Note: only points that lie on the same curve can be equal.
+ Note: only points that lay on the same curve can be equal.
"""
if isinstance(other, Point):
return (