From e9313ca3638366473c9e0d67cf8fdc9a90f19442 Mon Sep 17 00:00:00 2001 From: Olly Britton Date: Sat, 16 May 2020 19:50:56 +0100 Subject: [PATCH] fix typo in 'finally' --- jrnl/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/cli.py b/jrnl/cli.py index e2cb0f52..148408d3 100644 --- a/jrnl/cli.py +++ b/jrnl/cli.py @@ -345,7 +345,7 @@ def run(manual_args=None): else: _exit_multiline_code = "press Ctrl+D" - # This is where we fi±nally open the journal! + # This is where we finally open the journal! try: journal = open_journal(journal_name, config) except KeyboardInterrupt: