From b3be91dabfd68c5a65e5d5bc7e19db7244ca7a7f Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 3 Nov 2021 06:47:27 +0000 Subject: [PATCH] [4.0.x] Corrected module reference in contributing tutorial. Backport of 9f3bd9dfc42b4e0ff89566763d211ab9e8f50d5e from main --- docs/intro/contributing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 2996ca29ad6..b19a36e4ba8 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