mirror of https://github.com/django/django.git
Fixed #29933 -- Fixed typo in docs/intro/contributing.txt.
This commit is contained in:
parent
803840abf7
commit
413583e2e2
|
@ -359,8 +359,8 @@ Writing the code for your ticket
|
||||||
|
|
||||||
Next we'll be adding the ``make_toast()`` function.
|
Next we'll be adding the ``make_toast()`` function.
|
||||||
|
|
||||||
Navigate to the ``django/`` folder and open the ``shortcuts.py`` file.
|
Navigate to the ``django/`` folder and open the ``shortcuts.py`` file. At the
|
||||||
Add the bottom, add the function::
|
bottom, add::
|
||||||
|
|
||||||
def make_toast():
|
def make_toast():
|
||||||
return 'toast'
|
return 'toast'
|
||||||
|
|
Loading…
Reference in New Issue