From 33dd64198070a611cb195fc8e8e524968050aeb4 Mon Sep 17 00:00:00 2001 From: Cenk Alti Date: Sat, 3 Aug 2013 14:38:06 +0300 Subject: [PATCH] fix typo in documentation --- docs/classtasks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/classtasks.rst b/docs/classtasks.rst index 842f67b4..bd93ceb7 100644 --- a/docs/classtasks.rst +++ b/docs/classtasks.rst @@ -52,5 +52,5 @@ It is better to explain with an example: mp4.convert(resolution='720p') -When you run the worker it will try to fetch the insance by +When you run the worker it will try to fetch the instance by calling ``Mp4.get(34)``. Then it will call ``mp4.convert(resolution='720p')``.