diff --git a/docs/forms.txt b/docs/forms.txt index b6c40528a1f..fb148345c3a 100644 --- a/docs/forms.txt +++ b/docs/forms.txt @@ -2095,7 +2095,7 @@ the resulting Media object contains the union of the media from both files:: >>> w1 = CalendarWidget() >>> w2 = OtherWidget() - >>> print w1+w2 + >>> print w1.media + w2.media