Skip to content

Commit e22d153

Browse files
committed
Clarify that urls is in blog directory [Fixes DjangoGirls#937]
1 parent ce7d53b commit e22d153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/django_urls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Writing regular expressions in Python is always done with `r` in front of the st
9494

9595
## blog.urls
9696

97-
Create a new empty file named `blog/urls.py`. All right! Add these first two lines:
97+
Create a new empty file named `urls.py` in the `blog` directory. All right! Add these first two lines:
9898

9999
{% filename %}blog/urls.py{% endfilename %}
100100
```python

0 commit comments

Comments
 (0)