diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index 33d0806859..8abe273a59 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -406,8 +406,8 @@ process: .. code-block:: pycon >>> f.base_fields["subject"].label_suffix = "?" - >>> another_f = CommentForm(auto_id=False) - >>> f.as_div().split("")[0] + >>> another_f = ContactForm(auto_id=False) + >>> another_f.as_div().split("")[0] '