diff options
| author | Caio Ariede <caio.ariede@gmail.com> | 2015-08-01 18:56:04 -0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-08-01 19:18:10 -0400 |
| commit | 5bdf0eafb1052a97ea15f31a3275e59d6c58da76 (patch) | |
| tree | 03ab6cb675869ade7885578bbe107c075dea8ecf | |
| parent | 7e7e447b40d934aedd2f4b1fdc2d9aaef164ade0 (diff) | |
[1.8.x] Fixed #25207 -- Misspelled word in documentation: dialogue
Backport of 98eb91171d7bb97327c714ef8e816103555573e6 from master
| -rw-r--r-- | docs/howto/outputting-csv.txt | 3 | ||||
| -rw-r--r-- | docs/howto/outputting-pdf.txt | 3 |
2 files changed, 2 insertions, 4 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 diff --git a/docs/howto/outputting-pdf.txt b/docs/howto/outputting-pdf.txt index 7bcd5ccdd4..5b070c642f 100644 --- a/docs/howto/outputting-pdf.txt +++ b/docs/howto/outputting-pdf.txt @@ -77,8 +77,7 @@ mention: * The response gets an additional ``Content-Disposition`` header, which contains the name of the PDF 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. * The ``Content-Disposition`` header starts with ``'attachment; '`` in this example. This forces Web browsers to pop-up a dialog box |
