mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 05:28:31 +02:00
fix typo in 'finally'
This commit is contained in:
parent
991c59b2e4
commit
e9313ca363
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue