Kaydet (Commit) ec283436 authored tarafından mentix02's avatar mentix02 Kaydeden (comit) Tim Graham

[2.1.x] Fixed #29933 -- Fixed typo in docs/intro/contributing.txt.

Backport of 413583e2 from master.
üst bd375f50
...@@ -359,8 +359,8 @@ Writing the code for your ticket ...@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment