0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Fixed #29933 -- Fixed typo in docs/intro/contributing.txt.

This commit is contained in:
mentix02 2018-11-09 02:01:31 +05:30 committed by Tim Graham
parent 803840abf7
commit 413583e2e2

View File

@ -359,8 +359,8 @@ Writing the code for your ticket
Next we'll be adding the ``make_toast()`` function.
Navigate to the ``django/`` folder and open the ``shortcuts.py`` file.
Add the bottom, add the function::
Navigate to the ``django/`` folder and open the ``shortcuts.py`` file. At the
bottom, add::
def make_toast():
return 'toast'