diff --git a/pycipher/adfgvx.py b/pycipher/adfgvx.py index 1c87185..0f8c0b7 100644 --- a/pycipher/adfgvx.py +++ b/pycipher/adfgvx.py @@ -53,4 +53,4 @@ def decipher(self,string): return step1 if __name__ == '__main__': - print('use "import pycipher" to access functions') + print('use "import pycipher" to access functions') \ No newline at end of file diff --git a/pycipher/autokey.py b/pycipher/autokey.py index 5bfdb50..492561b 100644 --- a/pycipher/autokey.py +++ b/pycipher/autokey.py @@ -31,8 +31,8 @@ def encipher(self,string): ret = '' for (i,c) in enumerate(string): if i