Skip to content

Commit 3bdf17f

Browse files
authored
Update encrypt-and-decrypt-strings.py
1 parent dd3f535 commit 3bdf17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/encrypt-and-decrypt-strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import itertools
88

99

10-
# hash
10+
# freq table
1111
class Encrypter(object):
1212

1313
def __init__(self, keys, values, dictionary):

0 commit comments

Comments
 (0)