From 34aba9c06e3be7dd412586a871d755b7f9dcc54e Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 25 Jan 2022 10:57:05 +0100 Subject: [PATCH] Fixed typo in docs/releases/4.1.txt. --- docs/releases/4.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index 21530ff2a2..f5e7a07bb3 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -211,7 +211,7 @@ Management Commands * :option:`makemigrations --no-input` now logs default answers and reasons why migrations cannot be created. -* The new :option:`makemigrations --scriptable` options diverts log output and +* The new :option:`makemigrations --scriptable` option diverts log output and input prompts to ``stderr``, writing only paths of generated migration files to ``stdout``.