diff --git a/python/django/README.md b/python/django/README.md index 4096c8add9..f9d8ec9c07 100644 --- a/python/django/README.md +++ b/python/django/README.md @@ -63,7 +63,7 @@ def index(request): return HttpResponse(html) ``` -This view is exposed a URL through `example/urls.py`: +This view is exposed through a URL `example/urls.py`: ```python # example/urls.py