nficano commited on
Commit
b7d9ea8
·
2 Parent(s): 6471923 44c7902

Merge pull request #140 from schedutron/patch-1

Browse files
Files changed (1) hide show
  1. README.rst +1 -1
README.rst CHANGED
@@ -56,7 +56,7 @@ Library usage
56
  yt = YouTube("http://www.youtube.com/watch?v=Ik-RsDGPI5Y")
57
 
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
 
 
56
  yt = YouTube("http://www.youtube.com/watch?v=Ik-RsDGPI5Y")
57
 
58
  # Once set, you can see all the codec and quality options YouTube has made
59
+ # available for the particular video by printing videos.
60
 
61
  print(yt.get_videos())
62