fix typo in 'finally'

This commit is contained in:
Olly Britton 2020-05-16 19:50:56 +01:00
parent 991c59b2e4
commit e9313ca363

View file

@ -345,7 +345,7 @@ def run(manual_args=None):
else: else:
_exit_multiline_code = "press Ctrl+D" _exit_multiline_code = "press Ctrl+D"
# This is where we fi±nally open the journal! # This is where we finally open the journal!
try: try:
journal = open_journal(journal_name, config) journal = open_journal(journal_name, config)
except KeyboardInterrupt: except KeyboardInterrupt: