]> xmof Git - DeDRM.git/commitdiff
shifted the comment to docstring
authorshhivam <kas442000@gmail.com>
Sat, 8 Sep 2018 18:03:54 +0000 (23:33 +0530)
committershhivam <kas442000@gmail.com>
Sat, 8 Sep 2018 18:03:54 +0000 (23:33 +0530)
src/kindlekey.py

index 06aaddcb3cd1030144d53150796099ce7ffe6d48..39526c08df41ab8f35aa1d8dc6eb14220c26641f 100644 (file)
@@ -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