Skip to content

Commit 175ddd0

Browse files
watermelonpapakraanzuenzonotariobrysenPfingsten
authored
fix: add missing effort key description in HelpScreen (#251)
* v3.3.4 (#248) * docs: Add vitepress-theme-tui * Add devshell * Move to uv * Adding pytest-asyncio to checkInputs dependencies * Use uv for workflows * Bump version * Update publish workflow to use uv --------- Co-authored-by: enzonotario <enzo.notario@gmail.com> Co-authored-by: Brysen Pfingsten <brysen.pfingsten@gmail.com> * fix: add missing effort key description in HelpScreen --------- Co-authored-by: Murli Tawari <kraanzu@gmail.com> Co-authored-by: enzonotario <enzo.notario@gmail.com> Co-authored-by: Brysen Pfingsten <brysen.pfingsten@gmail.com>
1 parent 9e03fbf commit 175ddd0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dooit/ui/api/dooit_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def edit_recurrence(self):
150150
return self.edit("recurrence")
151151

152152
def edit_effort(self):
153+
"""Start editing the effort of the todo"""
153154
return self.edit("effort")
154155

155156
def add_sibling(self):

0 commit comments

Comments
 (0)