We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7d53b commit e22d153Copy full SHA for e22d153
en/django_urls/README.md
@@ -94,7 +94,7 @@ Writing regular expressions in Python is always done with `r` in front of the st
94
95
## blog.urls
96
97
-Create a new empty file named `blog/urls.py`. All right! Add these first two lines:
+Create a new empty file named `urls.py` in the `blog` directory. All right! Add these first two lines:
98
99
{% filename %}blog/urls.py{% endfilename %}
100
```python
0 commit comments