jrnl/args.py: reformat contributor appreciation (#1556)

This commit is contained in:
Janek 2022-08-21 23:51:23 +02:00 committed by GitHub
parent 8948334d5d
commit 5a5d31f213
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,9 +39,9 @@ def parse_args(args=[]):
description="Collect your thoughts and notes without leaving the command line", description="Collect your thoughts and notes without leaving the command line",
epilog=textwrap.dedent( epilog=textwrap.dedent(
""" """
Thank you to all of our contributors! Come see the whole list of code and We gratefully thank all contributors!
financial contributors at https://github.com/jrnl-org/jrnl. And special Come see the whole list of code and financial contributors at https://github.com/jrnl-org/jrnl
thanks to Bad Lip Reading for the Yoda joke in the Writing section above.""" And special thanks to Bad Lip Reading for the Yoda joke in the Writing section above :)"""
), ),
) )