Merge pull request #1378 from loic/docs

Fixed #20772 -- Fixed minor typo in form media docs.
This commit is contained in:
Tim Graham 2013-07-19 02:19:24 -07:00
commit 4669986228
1 changed files with 1 additions and 1 deletions

View File

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