From cf2986c885d5d58ddf8f341d7aa456f0a7801b16 Mon Sep 17 00:00:00 2001 From: Loic Bistuer Date: Fri, 19 Jul 2013 15:48:38 +0700 Subject: [PATCH] [1.5.x] Fixed #20772 -- Fixed minor typo in form media docs. Backport of aa41eb9b8b from master --- docs/topics/forms/media.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/forms/media.txt b/docs/topics/forms/media.txt index 98e70e5e77..71c6b6aa57 100644 --- a/docs/topics/forms/media.txt +++ b/docs/topics/forms/media.txt @@ -255,7 +255,7 @@ to filter out a medium of interest. For example:: - >>> print(w.media)['css'] + >>> print(w.media['css']) When you use the subscript operator, the value that is returned is a new