summaryrefslogtreecommitdiff
path: root/docs/howto/outputting-csv.txt
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-12-19 16:25:57 +0100
committerClaude Paroz <claude@2xlibre.net>2014-12-19 18:07:52 +0100
commit0a4b04fc23356aa6970ca1b17cb5e6955b108289 (patch)
treee1e95b2272cf770afeb07deb26126f27bf36d4f1 /docs/howto/outputting-csv.txt
parent742fba94554818a988fe1e6cc8aa547831cca872 (diff)
Used https for most *.python.org links
Diffstat (limited to 'docs/howto/outputting-csv.txt')
-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 71cb5db036..611453820a 100644
--- a/docs/howto/outputting-csv.txt
+++ b/docs/howto/outputting-csv.txt
@@ -71,7 +71,7 @@ mention:
For more information, see the Python documentation of the :mod:`csv` module.
- .. _`csv module's examples section`: http://docs.python.org/2/library/csv.html#examples
+ .. _`csv module's examples section`: https://docs.python.org/library/csv.html#examples
.. _`python-unicodecsv module`: https://github.com/jdunck/python-unicodecsv
.. _streaming-csv-files: