From ae301918d3bc9390429a356b16fcd42878d88a5a Mon Sep 17 00:00:00 2001 From: Andreu Vallbona Date: Sat, 8 Jun 2024 15:38:25 +0200 Subject: [PATCH] code review fixes (II) --- docs/intro/tutorial02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 402b6eee37..73d1c24586 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -255,7 +255,7 @@ Don't worry, you're not expected to read them every time Django makes one, but they're designed to be human-editable in case you want to manually tweak how Django changes things. -Now, run :djadmin:`migrate` again to create those model tables in your database: +Now, run :djadmin:`migrate` to create those model tables in your database: .. console::