Skip to content

Commit 1ef8180

Browse files
author
Xavier Caruso
committed
typo
1 parent 05fc6d2 commit 1ef8180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/sets/primes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ def union(self, other):
951951
exceptions.update((x, b) for x, b in other._exceptions.items()
952952
if b or x not in self)
953953
else:
954-
# we try to enumerate the elements of "other
954+
# we try to enumerate the elements of "other"
955955
if hasattr(other, "is_finite") and not other.is_finite():
956956
raise NotImplementedError("union with general infinite sets is not implemented")
957957
modulus = self._modulus

0 commit comments

Comments
 (0)