Skip to content

Commit 698d4c6

Browse files
authored
Update eratosthenes_sieve.py
1 parent 5b42a3b commit 698d4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eratosthenes_sieve.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Piotr Beling, 2018
2+
# Piotr Beling, 2019
33

44
def primes():
55
"""Generate prime numbers ad infinitum using Sieve of Eratosthenes algorithm."""

0 commit comments

Comments
 (0)