Skip to content

Commit b0af0b9

Browse files
RasmusWLyoff
andauthored
Python: Fix grammar
Co-authored-by: yoff <lerchedahl@gmail.com>
1 parent 6920f30 commit b0af0b9

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/experimental/library-tests/frameworks/django-v2-v3

1 file changed

+1
-1
lines changed

python/ql/test/experimental/library-tests/frameworks/django-v2-v3/routing_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def xxs_positional_arg(request, arg0, arg1, no_taint=None): # $routeHandler $ro
6060
]
6161

6262

63-
# Show we understand the keyword arguments to from django.urls.re_path
63+
# Show we understand the keyword arguments to django.urls.re_path
6464

6565
def re_path_kwargs(request): # $routeHandler
6666
return HttpResponse('re_path_kwargs')

0 commit comments

Comments
 (0)