Compare commits
5 Commits
xor_differ
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9afdc55858 | ||
|
|
4aea821c2c | ||
|
|
025acf0a24 | ||
|
|
bff7197419 | ||
|
|
50fa6f6e9b |
@ -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
Loading…
Reference in New Issue
Block a user