Commit fab473a
committed
fix: correct docstrings in prime_numbers.py
The docstrings for slow_primes(), primes(), and fast_primes()
incorrectly stated 'Return a list of all primes numbers up to max.'
However, all three functions return a Generator[int], not a list.
Also fixed the grammar: 'primes numbers' -> 'prime numbers'.1 parent c26b61a commit fab473a
File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments