Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
missing colon
  • Loading branch information
mabuelhagag authored Aug 26, 2018
1 parent ede636e commit 6aa1317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ the ``post-save`` signal and enqueue the saved instance for processing. ::
def convert_video(sender, instance, **kwargs):
enqueue(tasks.convert_all_videos,
instance.meta.app_label,
instance.meta.model_name
instance.meta.model_name,
instance.pk)

After a while You can access the converted videos using ::
Expand Down

0 comments on commit 6aa1317

Please sign in to comment.