From: Boris Bobrov Date: Sun, 20 Dec 2015 18:38:56 +0000 (+0300) Subject: Fix typo in VideoData docstring X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f58fac095048c28b38096410e7b8f59cf75e26b8;p=mediagoblin.git Fix typo in VideoData docstring --- diff --git a/mediagoblin/media_types/video/models.py b/mediagoblin/media_types/video/models.py index 4d539e7b..4742b342 100644 --- a/mediagoblin/media_types/video/models.py +++ b/mediagoblin/media_types/video/models.py @@ -30,7 +30,7 @@ BACKREF_NAME = "video__media_data" class VideoData(Base): """ Attributes: - - media_data: the originating media entry (of course) + - media_entry: the originating media entry (of course) - width: width of the transcoded video - height: height of the transcoded video - orig_metadata: A loose json structure containing metadata gstreamer