From aa41eb9b8b2a12ffcaf81e48e3af331551ffa9e8 Mon Sep 17 00:00:00 2001 From: Loic Bistuer Date: Fri, 19 Jul 2013 15:48:38 +0700 Subject: [PATCH] Fixed #20772 -- Fixed minor typo in form media docs. --- 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 7c7c0310ec..09184fe15f 100644 --- a/docs/topics/forms/media.txt +++ b/docs/topics/forms/media.txt @@ -262,7 +262,7 @@ operator 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