Skip to content

Commit

Permalink
fix: nonsensical documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Jun 10, 2024
1 parent c41c8ca commit 4b3d3fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/get_todo.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ def get_todo(
If the window is too short to display the minimum
1 line of text.
NotImplementedError:
If the window is too long to display the maximum
n characters.
If the window is more than 3 characters tall, as
multiline text editing isn't supported.
Returns:
Todo: Similar to the built in input() function,
Expand Down

0 comments on commit 4b3d3fb

Please sign in to comment.