summaryrefslogtreecommitdiff
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:48:14 +0100
commitbc691d555ef21c6cde3224c2fb7c6104dd744c42 (patch)
tree08241ac5a842005c4970ad1f122e4baf36274279
parent3357ad2de27ab3670283a70ffe6e0d1520726c99 (diff)
[3.2.x] Corrected module reference in contributing tutorial.
Backport of 9f3bd9dfc42b4e0ff89566763d211ab9e8f50d5e from main
-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 4a1dacf50a..dd3a631578 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