From f58fac095048c28b38096410e7b8f59cf75e26b8 Mon Sep 17 00:00:00 2001 From: Boris Bobrov Date: Sun, 20 Dec 2015 21:38:56 +0300 Subject: [PATCH] Fix typo in VideoData docstring --- mediagoblin/media_types/video/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1