summaryrefslogtreecommitdiff
path: root/docs/howto/outputting-csv.txt
diff options
context:
space:
mode:
authorCaio Ariede <caio.ariede@gmail.com>2015-08-01 18:56:04 -0300
committerTim Graham <timograham@gmail.com>2015-08-01 19:17:35 -0400
commit98eb91171d7bb97327c714ef8e816103555573e6 (patch)
tree4d2104edbb13ab535513744bd68dba0836dc5fbd /docs/howto/outputting-csv.txt
parent514fee82a18e2b8fed0b6e31a95bd7a1a94980ab (diff)
Fixed #25207 -- Misspelled word in documentation: dialogue
Diffstat (limited to 'docs/howto/outputting-csv.txt')
-rw-r--r--docs/howto/outputting-csv.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/howto/outputting-csv.txt b/docs/howto/outputting-csv.txt
index 611453820a..f341482167 100644
--- a/docs/howto/outputting-csv.txt
+++ b/docs/howto/outputting-csv.txt
@@ -39,8 +39,7 @@ mention:
* The response gets an additional ``Content-Disposition`` header, which
contains the name of the CSV file. This filename is arbitrary; call it
- whatever you want. It'll be used by browsers in the "Save as..."
- dialogue, etc.
+ whatever you want. It'll be used by browsers in the "Save as..." dialog, etc.
* Hooking into the CSV-generation API is easy: Just pass ``response`` as the
first argument to ``csv.writer``. The ``csv.writer`` function expects a