Skip to content

Commit 69406fe

Browse files
authored
Update README.md
Keep "view" in italic
1 parent 87efc02 commit 69406fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/django_views/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Not too much stuff here yet.
2121

2222
Remember that lines starting with `#` are comments – this means that those lines won't be run by Python.
2323

24-
Let's create a view as the comment suggests. Add the following minimal view below it:
24+
Let's create a *view* as the comment suggests. Add the following minimal view below it:
2525

2626
{% filename %}blog/views.py{% endfilename %}
2727
```python

0 commit comments

Comments
 (0)