fixing line length

This commit is contained in:
Derek Schuster 2016-11-28 14:22:07 -05:00
parent 209b763302
commit 70c56b7db3

View File

@ -16,7 +16,8 @@ class HTTPMethodView:
return text('I am put method') return text('I am put method')
etc. etc.
If someone tries to use a non-implemented method, there will be a 405 response. If someone tries to use a non-implemented method, there will be a
405 response.
If you need any url params just mention them in method definition: If you need any url params just mention them in method definition:
class DummyView(View): class DummyView(View):