Corrected module reference in contributing tutorial.

This commit is contained in:
Adam Johnson 2021-11-03 06:47:27 +00:00 committed by GitHub
parent c7152cb58e
commit 9f3bd9dfc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 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. use the function and check that its output looks correct.
Navigate to Django's ``tests/shortcuts/`` folder and create a new file Navigate to Django's ``tests/shortcuts/`` folder and create a new file