diff options
| author | Loic Bistuer <loic.bistuer@sixmedia.com> | 2013-07-19 15:48:38 +0700 |
|---|---|---|
| committer | Loic Bistuer <loic.bistuer@sixmedia.com> | 2013-07-19 15:48:38 +0700 |
| commit | aa41eb9b8b2a12ffcaf81e48e3af331551ffa9e8 (patch) | |
| tree | f4d21cc020082919badfc6d47973def426248b20 /docs | |
| parent | a3e7d73ed7d90d31de46c60d40424267f62e411c (diff) | |
Fixed #20772 -- Fixed minor typo in form media docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/forms/media.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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:: <script type="text/javascript" src="http://static.example.com/animations.js"></script> <script type="text/javascript" src="http://static.example.com/actions.js"></script> - >>> print(w.media)['css'] + >>> print(w.media['css']) <link href="http://static.example.com/pretty.css" type="text/css" media="all" rel="stylesheet" /> When you use the subscript operator, the value that is returned is a |
