Fixed docstring

This commit is contained in:
Louis Lacoste 2022-10-12 14:55:00 +02:00
parent 3551c50f59
commit 33bda17d23

View file

@ -23,7 +23,7 @@ import string # To get the list of ASCII letters
def generate_tabula_recta(): def generate_tabula_recta():
""" Function to generate a tabula recta. """ Function to generate a tabula recta.
Return: a tabula recta in form of a dictionnary of dictionnaries Return: a tabula recta in form of a dictionnary of dictionnaries
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
---------------------------------------------------- ----------------------------------------------------
A | A B C D E F G H I J K L M N O P Q R S T U V W X Y Z A | A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
B | B C D E F G H I J K L M N O P Q R S T U V W X Y Z A B | B C D E F G H I J K L M N O P Q R S T U V W X Y Z A