summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormentix02 <manan.yadav02@gmail.com>2018-11-09 02:01:31 +0530
committerTim Graham <timograham@gmail.com>2018-11-08 17:12:31 -0500
commitec283436288f852b7a576f23859628b4afc124c8 (patch)
treef119c68fce6abbc12977ded57b9e58c911ba524b
parentbd375f503ed5dd6aa6be281839d8e75283faed7d (diff)
[2.1.x] Fixed #29933 -- Fixed typo in docs/intro/contributing.txt.
Backport of 413583e2e27af89e3ffaa4f8e34ee018fb77173c from master.
-rw-r--r--docs/intro/contributing.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt
index a4e3b6c68c..e234612ef5 100644
--- a/docs/intro/contributing.txt
+++ b/docs/intro/contributing.txt
@@ -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'