From 68859a9b45f0b9d472c9277dc61e54afacc0da38 Mon Sep 17 00:00:00 2001 From: Yilei Date: Tue, 23 Dec 2025 11:01:16 -0800 Subject: [PATCH] Added missing sentence period in docs/intro/tutorial02.txt. --- 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 8f99965a47..a62d59e4ac 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -324,7 +324,7 @@ but for now, remember the three-step guide to making model changes: * Change your models (in ``models.py``). * Run :djadmin:`python manage.py makemigrations ` to create - migrations for those changes + migrations for those changes. * Run :djadmin:`python manage.py migrate ` to apply those changes to the database.