Commit 06af54b4 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Update docstring.

parent 4fa8bca4
......@@ -111,7 +111,8 @@ class TodoBase(object):
"""
Sets the priority of the todo. Must be a single capital letter [A-Z],
or None to unset the priority.
Priority remains unchanged when an invalid priority is given.
Priority remains unchanged when an invalid priority is given, or when
the task was completed.
"""
if not self.is_completed() and \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment