Python: Fix grammar

Co-authored-by: yoff <lerchedahl@gmail.com>
This commit is contained in:
Rasmus Wriedt Larsen
2020-10-21 09:58:37 +02:00
committed by GitHub
parent 6920f3012c
commit b0af0b94d0

View File

@@ -60,7 +60,7 @@ urlpatterns = [
]
# Show we understand the keyword arguments to from django.urls.re_path
# Show we understand the keyword arguments to django.urls.re_path
def re_path_kwargs(request): # $routeHandler
return HttpResponse('re_path_kwargs')