diff options
| author | Loic Bistuer <loic.bistuer@sixmedia.com> | 2013-07-19 15:48:38 +0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-19 05:19:54 -0400 |
| commit | cf2986c885d5d58ddf8f341d7aa456f0a7801b16 (patch) | |
| tree | 4bfcc22622e9a468e7bebdc516b37038fc4f7a39 /docs | |
| parent | cbfe56c856f9bb79fdd36d7e573c6156bb88720a (diff) | |
[1.5.x] Fixed #20772 -- Fixed minor typo in form media docs.
Backport of aa41eb9b8b from master
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 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:: <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 new |
