From 56d9a2a30ed5804498260ba8e18b47785a5fa471 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Thu, 22 Sep 2022 15:48:12 +0000 Subject: [PATCH] Small default-letter improvements --- writing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/writing.py b/writing.py index 1a0e6d7..332e741 100644 --- a/writing.py +++ b/writing.py @@ -17,7 +17,7 @@ class CLForm(Form): username = StringField( 'Username:', [validators.Length(min=4, max=99)], - default="Sage Bernerner" + default="Sage V." ) company = StringField( 'Company:', @@ -46,7 +46,7 @@ class CLForm(Form): ) body_string = ( - "My name is {\\username}. I would like to work as " + "My name is {\\username}. I 'm excited for the opportunity to work as " "{\\jobandpronoun} with your company. I think my {\\skilltypes} knowledge " "of {\\myskills} can contribute a lot to your team.\n\n"