Nick Ficano commited on
Commit
a02f1b9
·
1 Parent(s): 555ceab

docstring typo

Browse files
Files changed (1) hide show
  1. pytube/api.py +2 -2
pytube/api.py CHANGED
@@ -373,8 +373,8 @@ class YouTube(object):
373
  use ``urlparse`` since itags are represented as a get parameter, but
374
  YouTube doesn't pass a properly encoded url.
375
 
376
- :param str url:
377
- The malformed encoded url.
378
  """
379
  reg_exp = re.compile('itag=(\d+)')
380
  itag = reg_exp.findall(video_url)
 
373
  use ``urlparse`` since itags are represented as a get parameter, but
374
  YouTube doesn't pass a properly encoded url.
375
 
376
+ :param str video_url:
377
+ The malformed url-encoded video_url.
378
  """
379
  reg_exp = re.compile('itag=(\d+)')
380
  itag = reg_exp.findall(video_url)