Python: Fix grammar in QLDoc

Co-authored-by: yoff <lerchedahl@gmail.com>
This commit is contained in:
Rasmus Wriedt Larsen
2021-03-24 14:06:06 +01:00
committed by GitHub
parent f2bc413318
commit 70974ea197

View File

@@ -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)