mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Python: Fix grammar in QLDoc
Co-authored-by: yoff <lerchedahl@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f2bc413318
commit
70974ea197
@@ -42,5 +42,5 @@ class MyForm(django.forms.Form):
|
||||
)
|
||||
|
||||
def clean_foo(self):
|
||||
# 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.
|
||||
ensure_tainted(self.cleaned_data)
|
||||
|
||||
Reference in New Issue
Block a user