frankenstein91 commited on
Commit
9db1239
·
1 Parent(s): 26d52a6

make a small fix in the readme

Browse files

remove pprint and make it to print

Files changed (1) hide show
  1. README.rst +1 -1
README.rst CHANGED
@@ -58,7 +58,7 @@ Library usage
58
  # Once set, you can see all the codec and quality options YouTube has made
59
  # available for the perticular video by printing videos.
60
 
61
- pprint(yt.get_videos())
62
 
63
  # [<Video: MPEG-4 Visual (.3gp) - 144p>,
64
  # <Video: MPEG-4 Visual (.3gp) - 240p>,
 
58
  # Once set, you can see all the codec and quality options YouTube has made
59
  # available for the perticular video by printing videos.
60
 
61
+ print(yt.get_videos())
62
 
63
  # [<Video: MPEG-4 Visual (.3gp) - 144p>,
64
  # <Video: MPEG-4 Visual (.3gp) - 240p>,