aboutsummaryrefslogtreecommitdiff
path: root/challenge-146
diff options
context:
space:
mode:
authoranwarthebest <65423536+anwarthebest@users.noreply.github.com>2022-01-10 02:28:29 +0530
committerGitHub <noreply@github.com>2022-01-10 02:28:29 +0530
commit9d462a54cb694c7cd78a1d1545bbcf5c430706e7 (patch)
treefccaad5706934c5ae9d434ef1574874fb9e389db /challenge-146
parent48378db6c5177d3119d06fe99c687bbcf2c96a41 (diff)
downloadperlweeklychallenge-club-9d462a54cb694c7cd78a1d1545bbcf5c430706e7.tar.gz
perlweeklychallenge-club-9d462a54cb694c7cd78a1d1545bbcf5c430706e7.tar.bz2
perlweeklychallenge-club-9d462a54cb694c7cd78a1d1545bbcf5c430706e7.zip
Update ch-1.py
Diffstat (limited to 'challenge-146')
-rw-r--r--challenge-146/khalid-anwar/python/ch-1.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-146/khalid-anwar/python/ch-1.py b/challenge-146/khalid-anwar/python/ch-1.py
index f5c05e61f5..62e628bbdd 100644
--- a/challenge-146/khalid-anwar/python/ch-1.py
+++ b/challenge-146/khalid-anwar/python/ch-1.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-""" Returns the n-th prime number By Khalid Anwar
+""" Returns the nth prime number By Khalid Anwar
"""
def get_nth_prime_number(nth):
total_number_of_primes = 0
@@ -43,4 +43,4 @@ def main():
if __name__ == "__main__":
- main() \ No newline at end of file
+ main()