aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-10-30 01:09:44 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-10-30 01:09:44 +0100
commitb5d0d817bc8a23ef6dc2a00d1af6fad893143206 (patch)
treeceb276331dffce5f36e2a4b264b79ff9d7196857
parent94badb2599e54bfd711b38f3a74c552ff652d6d3 (diff)
downloadyoutube-dl-b5d0d817bc8a23ef6dc2a00d1af6fad893143206.tar.xz
Remove superfluous space
-rw-r--r--youtube_dl/extractor/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index ce349fe20..cef4dce85 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -63,7 +63,7 @@ class InfoExtractor(object):
* ext Will be calculated from url if missing
* format A human-readable description of the format
("mp4 container with h264/opus").
- Calculated from the format_id, width, height
+ Calculated from the format_id, width, height.
and format_note fields if missing.
* format_id A short description of the format
("mp4_h264_opus" or "19")