mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Closes #56. Fix typo.
This commit is contained in:
parent
660997944d
commit
7ce2e56e83
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ __all__ = ('EmbedVideoField', 'EmbedVideoFormField')
|
|||
|
||||
class EmbedVideoField(models.URLField):
|
||||
"""
|
||||
Model field for embeded video. Descendant of
|
||||
Model field for embedded video. Descendant of
|
||||
:py:class:`django.db.models.URLField`.
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue