From c23aa736264d47c51b2f2ff2e3139187204fc9b8 Mon Sep 17 00:00:00 2001 From: Andrew Northall Date: Sun, 15 Aug 2021 20:11:25 +0100 Subject: Fixed #32964 -- Corrected 'setup'/'set up' usage in docs. --- docs/intro/tutorial02.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/intro/tutorial02.txt') diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 2163a87f5b..a24eeec358 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -3,8 +3,8 @@ Writing your first Django app, part 2 ===================================== This tutorial begins where :doc:`Tutorial 1 ` left off. -We'll setup the database, create your first model, and get a quick introduction -to Django's automatically-generated admin site. +We'll set up the database, create your first model, and get a quick +introduction to Django's automatically-generated admin site. .. admonition:: Where to get help: -- cgit v1.3