summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2021-11-03 06:47:27 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-11-03 07:47:44 +0100
commitb3be91dabfd68c5a65e5d5bc7e19db7244ca7a7f (patch)
tree183d7fb1d39f544322634e3a97a34b12b9e1ff18 /docs
parentccc4503a822b913462f6a712b07679d6061d984e (diff)
[4.0.x] Corrected module reference in contributing tutorial.
Backport of 9f3bd9dfc42b4e0ff89566763d211ab9e8f50d5e from main
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/contributing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt
index 2996ca29ad..b19a36e4ba 100644
--- a/docs/intro/contributing.txt
+++ b/docs/intro/contributing.txt
@@ -314,7 +314,7 @@ Writing a test for ticket #99999
--------------------------------
In order to resolve this ticket, we'll add a ``make_toast()`` function to the
-top-level ``django`` module. First we are going to write a test that tries to
+``django.shortcuts`` module. First we are going to write a test that tries to
use the function and check that its output looks correct.
Navigate to Django's ``tests/shortcuts/`` folder and create a new file