Skip to content

Commit

Permalink
[3.2.x] Corrected module reference in contributing tutorial.
Browse files Browse the repository at this point in the history
Backport of 9f3bd9d from main
  • Loading branch information
adamchainz authored and felixxm committed Nov 3, 2021
1 parent 3357ad2 commit bc691d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/contributing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc691d5

Please sign in to comment.