From 5004968fb43dc44743171bf66329d35bffacdb35 Mon Sep 17 00:00:00 2001 From: anh Date: Mon, 9 Jul 2012 09:09:44 +0700 Subject: [PATCH] fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b3c9d8c..6ee4695 100644 --- a/README.rst +++ b/README.rst @@ -68,4 +68,4 @@ then you can use the test context:: @celery.task def hello(): with app.test_request_context() as request: - print('Hello {0!r}.format(request)) + print('Hello {0!r}'.format(request))