diff --git a/pyproject.toml b/pyproject.toml index 2820d27..142c720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "thymed" -version = "0.6.0" +version = "0.6.1" description = "Thymed" authors = ["Benjamin Crews "] license = "MIT" diff --git a/src/thymed/tui.py b/src/thymed/tui.py index 31cb760..83801e6 100644 --- a/src/thymed/tui.py +++ b/src/thymed/tui.py @@ -384,7 +384,7 @@ class EntryForm(Container): data entry. Instead of punching in and out of a code, sometimes it may be necessary or convenient to enter information directly. With this form, you can define - in- and out- dates and times for a specific ChargeCode. + in- and out- date and times for a specific ChargeCode. """ # Info is just a formatted version of the docstring.