From a42c84b5a58a57ffc278384c16676e80c2cbb05d Mon Sep 17 00:00:00 2001 From: Chriford Siame <143299729+chriford-siame@users.noreply.github.com> Date: Sun, 10 Mar 2024 00:07:38 +0200 Subject: [PATCH] Update README.md Refactor the guideline text in the Readme file --- python/django/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/django/README.md b/python/django/README.md index 4096c8add..f9d8ec9c0 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