From 33bda17d233ec8b4ec2ba75bf8c4acebd57f9323 Mon Sep 17 00:00:00 2001 From: Polarolouis Date: Wed, 12 Oct 2022 14:55:00 +0200 Subject: [PATCH] Fixed docstring --- autokey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autokey.py b/autokey.py index 5b0f0e7..5c2d594 100644 --- a/autokey.py +++ b/autokey.py @@ -23,7 +23,7 @@ import string # To get the list of ASCII letters def generate_tabula_recta(): """ Function to generate a tabula recta. 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 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