From 830152f0f45337f716368e47a453276f0b3c4490 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Thu, 4 Aug 2022 22:03:25 +0200 Subject: [PATCH] Fix code block in usage.rst --- docs/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index eaa3ed3..0fb0f38 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -19,7 +19,7 @@ Automatically logging changes Auditlog can automatically log changes to objects for you. This functionality is based on Django's signals, but linking your models to Auditlog is even easier than using signals. -Registering your model for logging can be done with a single line of code, as the following example illustrates:: +Registering your model for logging can be done with a single line of code, as the following example illustrates: .. code-block:: python