Skip to content

Commit

Permalink
Fixed #29933 -- Fixed typo in docs/intro/contributing.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
mentix02 authored and timgraham committed Nov 8, 2018
1 parent 803840a commit 413583e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/intro/contributing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 413583e

Please sign in to comment.