From 2c76c27a951ee76c6f763a05c7e119305a21c78d Mon Sep 17 00:00:00 2001 From: Tilak Date: Thu, 20 Jan 2022 13:03:04 +0530 Subject: [PATCH] =?UTF-8?q?Improved=20wording=20in=20running=20Django?= =?UTF-8?q?=E2=80=99s=20test=20suite=20in=20contributing=20tutorial.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/intro/contributing.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index b19a36e4ba8..0953ff7182b 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -199,8 +199,8 @@ work and haven't broken other parts of Django. If you've never run Django's test suite before, it's a good idea to run it once beforehand to get familiar with its output. -Before running the test suite, install its dependencies by ``cd``-ing into the -Django ``tests/`` directory and then running: +Before running the test suite, enter the Django ``tests/`` directory using the +``cd tests`` command, and install test dependencies by running: .. console::