Skip to content

Commit

Permalink
fix: clarify docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Mar 13, 2024
1 parent ccc785b commit 717462f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class_todo.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def __init__(self, iterable: Iterable[Todo]) -> None:
class TodoList(NamedTuple):
"""
An object representing the todos
and a cursor within the list
and a cursor (int) within the list
"""

todos: Todos
Expand Down

0 comments on commit 717462f

Please sign in to comment.