From c51d000c37ce87ee6c9162d639768d6134719ff4 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 22 Jul 2008 03:44:48 +0000 Subject: [PATCH] Fixed #7870 -- Fixed typo in docs/forms.txt. Bad form, whoever originally wrote that git-svn-id: http://code.djangoproject.com/svn/django/trunk@8049 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/forms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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