Skip to content

Commit dd6b5b8

Browse files
stsewdhumitos
andauthored
Apply suggestions from code review
Co-authored-by: Manuel Kaufmann <[email protected]>
1 parent e117e07 commit dd6b5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/audit/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def delete_old_personal_audit_logs(days=None):
1919
If `days` isn't given, default to ``RTD_AUDITLOGS_DEFAULT_RETENTION_DAYS``.
2020
2121
We delete logs that aren't related to an organization,
22-
there are tasks com .com to delete those according to their plan.
22+
there are tasks in .com to delete those according to their plan.
2323
"""
2424
days = days or settings.RTD_AUDITLOGS_DEFAULT_RETENTION_DAYS
2525
days_ago = timezone.now() - timezone.timedelta(days=days)

0 commit comments

Comments
 (0)