schedutron commited on
Commit
44c7902
·
1 Parent(s): a7a246f

Fix a tiny typo: perticular to particular

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