summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-01-25 10:57:05 +0100
committerGitHub <noreply@github.com>2022-01-25 10:57:05 +0100
commit34aba9c06e3be7dd412586a871d755b7f9dcc54e (patch)
treeff617269f1cd8adbe18c633c9bd9013f831349f4 /docs
parenteeca9342381c8583be16f18942774e785ab7e527 (diff)
Fixed typo in docs/releases/4.1.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.1.txt2
1 files changed, 1 insertions, 1 deletions
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``.