From a3882876927a819ca982ea61353945e9d86f3659 Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:42:04 +0200 Subject: [PATCH] Fixed indentation in docs/internals/howto-release-django.txt. --- docs/internals/howto-release-django.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index 55c13e03a9..5e0f8469d2 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -251,8 +251,8 @@ A few days before any release `PR updating translations for 4.2 `_). - Once merged, forward port the changes into ``main`` (:commit:`example - commit `). + Once merged, forward port the changes into ``main`` (:commit:`example commit + `). #. :ref:`Update the django-admin manual page `: