Corrected typo in outputting-csv.txt.

This commit is contained in:
Dr. Shubham Dipt 2018-06-01 12:07:55 +02:00 committed by Carlton Gibson
parent f185d929fa
commit 44441d673b
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ template output the commas in a :ttag:`for` loop.
Here's an example, which generates the same CSV file as above:: Here's an example, which generates the same CSV file as above::
from django.http import HttpResponse from django.http import HttpResponse
from django.template import Content, loader from django.template import Context, loader
def some_view(request): def some_view(request):
# Create the HttpResponse object with the appropriate CSV header. # Create the HttpResponse object with the appropriate CSV header.