diff options
author | Boris Bobrov <breton@cynicmansion.ru> | 2015-12-20 21:38:56 +0300 |
---|---|---|
committer | Boris Bobrov <breton@cynicmansion.ru> | 2015-12-20 21:38:56 +0300 |
commit | f58fac095048c28b38096410e7b8f59cf75e26b8 (patch) | |
tree | b153d21968c8c13006103b1ca1af93dae8c2bee4 | |
parent | a308306bcb5f8676524b2ca64ad96fc9c1b7e124 (diff) | |
download | mediagoblin-f58fac095048c28b38096410e7b8f59cf75e26b8.tar.lz mediagoblin-f58fac095048c28b38096410e7b8f59cf75e26b8.tar.xz mediagoblin-f58fac095048c28b38096410e7b8f59cf75e26b8.zip |
Fix typo in VideoData docstring
-rw-r--r-- | mediagoblin/media_types/video/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |