about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-04-25 14:33:52 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:24:12 +0100
commit2f11508adadc3a2bc5a7c0549071d114ae109a00 (patch)
tree109e16a98bde25d2a06e6d5095a0d0a15dbf6387
parentb65740e4741e82e41336f68bca81fb39a2f67ffe (diff)
downloadyoutube-dl-2f11508adadc3a2bc5a7c0549071d114ae109a00.tar.gz
youtube-dl-2f11508adadc3a2bc5a7c0549071d114ae109a00.tar.xz
youtube-dl-2f11508adadc3a2bc5a7c0549071d114ae109a00.zip
Minor documentation change
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index e20e59bf8..496ae036f 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -919,7 +919,7 @@ class PostProcessor(object):
 		"""Run the PostProcessor.
 
 		The "information" argument is a dictionary like the ones
-		returned by InfoExtractors. The only difference is that this
+		composed by InfoExtractors. The only difference is that this
 		one has an extra field called "filepath" that points to the
 		downloaded file.