Skip to content

Commit ae15427

Browse files
committed
Fix docstring
1 parent b0ea337 commit ae15427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabtools/cron.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def add_daily(name, user, command):
3535

3636
def remove_task(name, timespec, user, command):
3737
"""
38-
Add a cron task
38+
Remove a cron task
3939
"""
4040
entry = '%(timespec)s %(user)s %(command)s\n' % locals()
4141
# FIXME: This is wrong, the remote cron file should be retrieved

0 commit comments

Comments
 (0)