We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bc413 commit 70974eaCopy full SHA for 70974ea
python/ql/test/library-tests/frameworks/django-v2-v3/taint_forms.py
@@ -42,5 +42,5 @@ def clean(self):
42
)
43
44
def clean_foo(self):
45
- # This method is supposed to clean a the `foo` field in context of this form.
+ # This method is supposed to clean the `foo` field in context of this form.
46
ensure_tainted(self.cleaned_data)
0 commit comments