Skip to content

Commit

Permalink
[1.6.x] Fixed #20772 -- Fixed minor typo in form media docs.
Browse files Browse the repository at this point in the history
Backport of aa41eb9 from master
  • Loading branch information
loic authored and timgraham committed Jul 19, 2013
1 parent c660f0e commit b7556a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/forms/media.txt
Expand Up @@ -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
Expand Down

0 comments on commit b7556a4

Please sign in to comment.