Fix typo in basic example.

This commit is contained in:
Vincent Driessen 2012-04-02 00:33:44 +02:00
parent b886ba76de
commit 42c3b593f9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ your typically lengthy or blocking function:
Then, create a RQ queue:
import rq import *
from rq import *
use_connection()
q = Queue()