We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fc6d2 commit 1ef8180Copy full SHA for 1ef8180
src/sage/sets/primes.py
@@ -951,7 +951,7 @@ def union(self, other):
951
exceptions.update((x, b) for x, b in other._exceptions.items()
952
if b or x not in self)
953
else:
954
- # we try to enumerate the elements of "other
+ # we try to enumerate the elements of "other"
955
if hasattr(other, "is_finite") and not other.is_finite():
956
raise NotImplementedError("union with general infinite sets is not implemented")
957
modulus = self._modulus
0 commit comments