diff options
Diffstat (limited to 'lulua')
-rw-r--r-- | lulua/plot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lulua/plot.py b/lulua/plot.py index 2d28347..de95892 100644 --- a/lulua/plot.py +++ b/lulua/plot.py @@ -144,7 +144,7 @@ def triadfreq (args): topTriadsWeight += data['weight'] logging.info (f'{len (topTriads)}/{len (stats["triads"].triads)} triads ' - 'contribute to {args.cutoff*100}% of the typing') + f'contribute to {args.cutoff*100}% of the typing') # final output sortByEffort = sorted (iter (topTriads), key=sorter[args.sort], reverse=args.reverse) |