Skip to content

Commit 95471d9

Browse files
Om-Alvecclauss
andauthored
removed repetitive datatype hint in the docstring
Co-authored-by: Christian Clauss <[email protected]>
1 parent cd01d4d commit 95471d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ciphers/fractionated_morse_cipher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def encode_to_morse(plaintext: str) -> str:
8383
"""Encode a plaintext message into Morse code.
8484
8585
Args:
86-
plaintext (str): The plaintext message to encode.
86+
plaintext: The plaintext message to encode.
8787
8888
Returns:
8989
str: The Morse code representation of the plaintext message.

0 commit comments

Comments
 (0)