summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilak <tilakagrawal5803@gmail.com>2022-01-20 13:03:04 +0530
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-01-20 11:29:47 +0100
commitfc5c86c47c8db5f2e8f7c8e5ce1cfa387742ac6c (patch)
treeab73f1b394616f6d58e3327d26f5fadd24e54c5a
parent519b6d607076c29393ee6e9231c9c0e38a4b1f81 (diff)
[4.0.x] Improved wording in running Django’s test suite in contributing tutorial.
Backport of 2c76c27a951ee76c6f763a05c7e119305a21c78d from main
-rw-r--r--docs/intro/contributing.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt
index b19a36e4ba..0953ff7182 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::