Skip to content

Commit ad364de

Browse files
fixed trailing whitespace
1 parent f691de0 commit ad364de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/managers/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def enable_snapshots(self, volume_id, schedule_type, retention_count, minute, ho
365365
:param integer retention_count: The number of snapshots to attempt to retain in this schedule
366366
:param integer minute: The minute of the hour at which HOURLY, DAILY, and WEEKLY snapshots should be taken
367367
:param integer hour: The hour of the day at which DAILY and WEEKLY snapshots should be taken
368-
:param string|integer day_of_week: The day of the week on which WEEKLY snapshots should be taken,
368+
:param string|integer day_of_week: The day of the week on which WEEKLY snapshots should be taken,
369369
either as a string ('SUNDAY') or integer ('0' is Sunday)
370370
:return: Returns whether successfully scheduled or not
371371
"""

0 commit comments

Comments
 (0)