From c334be805b4333fb5489a3e5a789070d92a33aae Mon Sep 17 00:00:00 2001 From: "Dr. Shubham Dipt" Date: Fri, 1 Jun 2018 12:07:55 +0200 Subject: [PATCH] [2.1.x] Corrected typo in outputting-csv.txt. Backport of 44441d673bb39815dae1b14019357226c6a7c8ee from master --- docs/howto/outputting-csv.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/outputting-csv.txt b/docs/howto/outputting-csv.txt index 3c06a72973..0bca4f186a 100644 --- a/docs/howto/outputting-csv.txt +++ b/docs/howto/outputting-csv.txt @@ -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:: from django.http import HttpResponse - from django.template import Content, loader + from django.template import Context, loader def some_view(request): # Create the HttpResponse object with the appropriate CSV header.