Skip to content

Commit 14f14ed

Browse files
xcarusomantepse
andauthored
Update src/sage/sets/primes.py
Co-authored-by: Martin Rubey <axiomize@yahoo.de>
1 parent fd9b973 commit 14f14ed

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
@@ -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)

0 commit comments

Comments
 (0)