This commit is contained in:
Peter D. Gray 2023-03-20 14:58:18 -04:00
parent 4aea821c2c
commit 9afdc55858
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B
3 changed files with 11 additions and 11 deletions

View File

@ -150,7 +150,7 @@ def doit(fname='worksheet.pdf', word_length=24):
# page top-to-bottom
elements = []
elements.append(Paragraph('Seed XOR Worksheet - %d words' % word_length,
elements.append(Paragraph(f'Seed XOR Worksheet — {word_length} Words',
ParagraphStyle('tlab2', alignment=TA_LEFT, fontSize=16, spaceAfter=20, spaceBefore=20)))
elements.append(t)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long