Skip to content

Commit 24a8256

Browse files
author
Xavier Caruso
committed
Merge branch 'primes_congruences' of github.com:xcaruso/sage into primes_congruences
2 parents 60bf706 + 14f14ed commit 24a8256

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/sage/sets/primes.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ def in_range(self, start, stop=None):
559559
sage: P.in_range(50, 100)
560560
[61, 67, 73, 79, 97]
561561
562-
When a unique integer is passed, it is interpreted as the
562+
When a single integer is passed, it is interpreted as the
563563
upper bound::
564564
565565
sage: P.in_range(50)
@@ -1016,8 +1016,7 @@ def is_subset(self, other, almost=False):
10161016

10171017
def is_superset(self, other, almost=False):
10181018
r"""
1019-
Return ``True`` if this set of is supset of ``other``;
1020-
``False`` otherwise.
1019+
Return whether this set contains the set ``other`` as a subset.
10211020
10221021
INPUT:
10231022

0 commit comments

Comments
 (0)