Commit a4427f95 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Docstring updates.

parent 589cb4fa
......@@ -41,7 +41,10 @@ class TodoFile(object):
def write(self, p_todos):
"""
Writes all the todo items in the p_todos array to a todo.txt file.
Writes all the todo items to the todo.txt file.
p_todos can be a list of todo items, or a string that is just written
to the file.
"""
todofile = open(self.path, 'w')
......
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