Update signals.py

Removed trailing whitespace...
This commit is contained in:
errrken 2023-11-23 19:27:25 +01:00 committed by GitHub
parent 12c3c7fc6c
commit b51b849cac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,8 +20,8 @@ Keyword arguments sent with this signal:
audit log entry. Type: :class:`auditlog.models.LogEntry.Action`
The receivers' return values are sent to any :func:`post_log`
signal receivers, with one exception: if any receiver returns False,
no logging will be made. This can be useful if logging should be
signal receivers, with one exception: if any receiver returns False,
no logging will be made. This can be useful if logging should be
conditionally enabled / disabled
"""