Skip to content

Commit

Permalink
docs(python): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Oct 20, 2024
1 parent 641b718 commit 27d5c19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions todo-python/src/todo/cli.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""CLI for the Python To-Do app."""


from pathlib import Path
from typing import Optional

Expand All @@ -17,7 +16,7 @@ def init(
str(database.DEFAULT_DB_FILE_PATH),
"--db-path",
"-db",
prompt="to-do databae location?",
prompt="to-do database location?",
),
) -> None:
"""Initialise the to-do database."""
Expand Down

0 comments on commit 27d5c19

Please sign in to comment.