From c20089676d8535334e17b6dfa48f16bbec0607b9 Mon Sep 17 00:00:00 2001 From: shhivam Date: Sat, 8 Sep 2018 23:33:54 +0530 Subject: [PATCH] shifted the comment to docstring --- src/kindlekey.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/kindlekey.py b/src/kindlekey.py index 06aaddc..39526c0 100644 --- a/src/kindlekey.py +++ b/src/kindlekey.py @@ -124,7 +124,6 @@ def SHA256(message): return ctx.digest() # For K4M/PC 1.6.X and later -# generate table of prime number less than or equal to int n def primes(n): """ Return a list of prime integers smaller than or equal to n