Skip to content

Renamed trafid_cipher.py to trifid_cipher.py and added doctests #10496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed gramatical errors in doctests
  • Loading branch information
AnshuSharma111 committed Oct 15, 2023
commit 34e5fe8d8a2feb1b172bc2ec1f46c57507270170
2 changes: 1 addition & 1 deletion ciphers/trifid_cipher.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __prepare(
"""__prepare validates the entered message and alphabet to check if
it satisfies all the given requirements:

1) message must not create numbers like 1,2,3 etc
1) message must not contain numbers like 1,2,3 etc
2) Key must have all the alphabets the message has
3) Length of the key has to be 27

Expand Down