Skip to content

Commit 70974ea

Browse files
RasmusWLyoff
andauthored
Python: Fix grammar in QLDoc
Co-authored-by: yoff <[email protected]>
1 parent f2bc413 commit 70974ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ def clean(self):
4242
)
4343

4444
def clean_foo(self):
45-
# This method is supposed to clean a the `foo` field in context of this form.
45+
# This method is supposed to clean the `foo` field in context of this form.
4646
ensure_tainted(self.cleaned_data)

0 commit comments

Comments
 (0)