Skip to content

Commit 83ec89e

Browse files
authored
Update README.md
1 parent f0d18b1 commit 83ec89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assign1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ These functions take two arguments, a message to encrypt (or decrypt) and a keyw
143143
Notes:
144144

145145
- You can assume that all characters in the plaintext, ciphertext, and keyword will be alphabetic (i.e no spaces, numbers, or punctuation).
146-
- **But**, the text of `not_a_secret_message.txt` contains spaces, numbers, and punctuation, so if you want to decrypt that, you'll need to write code to handle non-alphabetic ciphertext...
146+
- However, the text of `not_a_secret_message.txt` contains spaces, numbers, and punctuation, so if you want to decrypt that, you'll need to write code that handles non-alphabetic characters. You can ignore these characters entirely for the purpose of encryption and decryption.
147147
- You can assume that all of the characters will be provided in uppercase.
148148
- You can assume that keyword will have at least one letter in it.
149149

0 commit comments

Comments
 (0)