From 07349597ab936dc9887caa70b5d7d2860c897b12 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 29 Dec 2011 13:31:12 +0000 Subject: whitespace fixes --- examples/resourceexample/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/resourceexample') diff --git a/examples/resourceexample/views.py b/examples/resourceexample/views.py index 990c7834..e6b5eeb8 100644 --- a/examples/resourceexample/views.py +++ b/examples/resourceexample/views.py @@ -34,7 +34,7 @@ class AnotherExampleView(View): if int(num) > 2: return Response(status.HTTP_404_NOT_FOUND) return "GET request to AnotherExampleResource %s" % num - + def post(self, request, num): """ Handle POST requests, with form validation. -- cgit v1.2.3