Mister Flibble commited on
Commit
eb6c785
·
1 Parent(s): cae8b66

Update README.rst

Browse files

fixed mis-spelling of hash key "res" to be "resolution" - as used in api.py

Files changed (1) hide show
  1. README.rst +1 -1
README.rst CHANGED
@@ -110,7 +110,7 @@ Usage Example
110
  #<Video: H.264 (.mp4) - 720p>
111
 
112
  # you can also get all videos for a given resolution
113
- pprint(yt.filter(res='480p'))
114
 
115
  #[<Video: H.264 (.flv) - 480p>,
116
  #<Video: VP8 (.webm) - 480p>]
 
110
  #<Video: H.264 (.mp4) - 720p>
111
 
112
  # you can also get all videos for a given resolution
113
+ pprint(yt.filter(resolution='480p'))
114
 
115
  #[<Video: H.264 (.flv) - 480p>,
116
  #<Video: VP8 (.webm) - 480p>]