[1.5.x] Fixed #20772 -- Fixed minor typo in form media docs.

Backport of aa41eb9b8b from master
This commit is contained in:
Loic Bistuer 2013-07-19 15:48:38 +07:00 committed by Tim Graham
parent cbfe56c856
commit cf2986c885
1 changed files with 1 additions and 1 deletions

View File

@ -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