Browse Source

Modified a comment to be a little tiny bit more precise.

Bene81 9 years ago
parent
commit
8c0e60ebc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_upload/main.py

+ 1 - 1
youtube_upload/main.py

@@ -144,7 +144,7 @@ def parse_options_error(parser, options):
         debug("Your video will remain private until specified date.")
 
 def run_main(parser, options, args, output=sys.stdout):
-    """First parse the passed options roughly for validity"""
+    """First check the passed options roughly for validity"""
     parse_options_error(parser, options)
     """Run the main scripts from the parsed options/args."""
     home = os.path.expanduser("~")