We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e117e07 commit dd6b5b8Copy full SHA for dd6b5b8
readthedocs/audit/tasks.py
@@ -19,7 +19,7 @@ def delete_old_personal_audit_logs(days=None):
19
If `days` isn't given, default to ``RTD_AUDITLOGS_DEFAULT_RETENTION_DAYS``.
20
21
We delete logs that aren't related to an organization,
22
- there are tasks com .com to delete those according to their plan.
+ there are tasks in .com to delete those according to their plan.
23
"""
24
days = days or settings.RTD_AUDITLOGS_DEFAULT_RETENTION_DAYS
25
days_ago = timezone.now() - timezone.timedelta(days=days)
0 commit comments