Skip to content

Commit 11a5e86

Browse files
authored
Merge pull request #5 from nicholas-devlin/patch-1
Update views.py
2 parents 67e4100 + 4a2f0ef commit 11a5e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helloworld/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from django.http import HttpResponse
22

33
def index(request):
4-
return HttpResponse("Hello, world!")
4+
return HttpResponse("Hello, world!\n")

0 commit comments

Comments
 (0)