summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Shubham Dipt <shubham.dipt@gmail.com>2018-06-01 12:07:55 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2018-06-01 12:09:24 +0200
commite9d09f1f0e8547d50dc0cd5e6f063b320ec745fc (patch)
tree949504130e7a417b93ee02ba6d9241b055706e06
parent925f3219f5396a9ccbde970dc13c1a4b9210d933 (diff)
[2.0.x] Corrected typo in outputting-csv.txt.
Backport of 44441d673bb39815dae1b14019357226c6a7c8ee from master
-rw-r--r--docs/howto/outputting-csv.txt2
1 files changed, 1 insertions, 1 deletions
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.