From 032549216074d25628a9d63f44767fa1ed801286 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 25 May 2026 21:52:16 +0200 Subject: [PATCH] Corrected indentation in topics/http/shortcuts.txt. --- docs/topics/http/shortcuts.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt index 5d14258cc1c2..2db01173f5a7 100644 --- a/docs/topics/http/shortcuts.txt +++ b/docs/topics/http/shortcuts.txt @@ -129,9 +129,9 @@ This example is equivalent to:: the maximum allowed length for the redirect URL. Set it to ``None`` to disable the length check. - .. versionchanged:: 6.1 + .. versionchanged:: 6.1 - ``max_length`` was added. + ``max_length`` was added. Examples --------