Skip to content

Commit fe94914

Browse files
committed
Refer to earlier mention of comments
1 parent 967583e commit fe94914

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
@@ -19,7 +19,7 @@ from django.shortcuts import render
1919

2020
Not too much stuff here yet.
2121

22-
Lines that start with `#` are comments - it means that those lines won't be run by Python. Pretty handy, right?
22+
Remember that lines starting with `#` are comments and those lines won't be run by Python.
2323

2424
The simplest *view* can look like this.
2525

0 commit comments

Comments
 (0)